Html Css Color HEX #AC86E3 Biloba Flower

📋 copy color: '#AC86E3'

red 172 ◦ green 134 ◦ blue 227

#AC86E3
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Biloba Flower #AC86E3

Tints of Biloba Flower #AC86E3

RGB

 RED value IS 172 (67.58% from 255) = 32.27%

 GREEN value IS 134 (52.73% from 255) = 25.14%

 BLUE value IS 227 (89.06% from 255) = 42.59%

R = 32.27%
G = 25.14%
B = 42.59%

CMYK

 C value IS 0.24

 M value IS 0.41

 Y value IS 0

 K value IS 0.11

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#AC86E3 (or 0xAC86E3) is known color: Biloba Flower. HEX triplet: AC, 86 and E3. RGB value is (172,134,227). Sum of RGB (Red+Green+Blue) = 172+134+227=533 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.27% from 533); Green value is 134 (52.73% from 255 or 25.14% from 533); Blue value is 227 (89.06% from 255 or 42.59% from 533); Max value from RGB is 227 - color contains mainly: blue. Hex color #AC86E3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC86E3 is #53791C. Grayscale: #9B9B9B. Windows color (decimal): -5470493 or 14911148. OLE color: 14911148.

HSL color Cylindrical-coordinate representation of color #AC86E3: hue angle of 264.52º degrees, saturation: 0.62, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AC86E3 is Cyan = 0.24, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 172 134 227 -
CMYK 0.24 0.41 0 0.11
HSL 264.52º 0.62% 0.71% -
HSV(B) 264.52º 0.41% 0.89% -
XYZ 39.4 31.37 76.65 -
YUV 155.96 168.09 139.44 -
System Red Green Blue C M Y K H S L
Decimal 172 134 227 0.24 0.41 0 0.11 264.52 0.62 0.71
Hex AC 86 E3 18 29 0 B 109 3E 47
Octal 254 206 343 30 51 0 13 411 76 107
Binary 10101100 10000110 11100011 11000 101001 0 1011 100001001 111110 1000111

Color Harmonies of #AC86E3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC86E3

Black with #AC86E3

Text Example


Text Example

White with #AC86E3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC86E3; }

 p { color: rgb(172,134,227); }

 H1.HeaderClassName
 {
   color: #AC86E3;
 }
 .AnyTagClassName
 {
   color: #AC86E3;
 }
</style>

background-color css

<style>
 a { background-color: #AC86E3; }

 a { background-color: rgb(172,134,227); }

 div.DivClassName
 {
   background-color: #AC86E3;
 }
 .BgClassName
 {
   background-color: #AC86E3;
 }
</style>

border-color css

<style>
 span { border-color: #AC86E3; }

 span { border-color: rgb(172,134,227); }

 td.TdClassName
 {
   border-color: #AC86E3;
 }
 .TagClassName
 {
   border-color: #AC86E3;
 }
</style>