Html Css Color HEX #AC9EE8 Biloba Flower

📋 copy color: '#AC9EE8'

red 172 ◦ green 158 ◦ blue 232

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

Shades of Biloba Flower #AC9EE8

Tints of Biloba Flower #AC9EE8

RGB

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

 GREEN value IS 158 (62.11% from 255) = 28.11%

 BLUE value IS 232 (91.02% from 255) = 41.28%

R = 30.6%
G = 28.11%
B = 41.28%

CMYK

 C value IS 0.26

 M value IS 0.32

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#AC9EE8 (or 0xAC9EE8) is known color: Biloba Flower. HEX triplet: AC, 9E and E8. RGB value is (172,158,232). Sum of RGB (Red+Green+Blue) = 172+158+232=562 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.60% from 562); Green value is 158 (62.11% from 255 or 28.11% from 562); Blue value is 232 (91.02% from 255 or 41.28% from 562); Max value from RGB is 232 - color contains mainly: blue. Hex color #AC9EE8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AC9EE8 is #536117. Grayscale: #AAAAAA. Windows color (decimal): -5464344 or 15244972. OLE color: 15244972.

HSL color Cylindrical-coordinate representation of color #AC9EE8: hue angle of 251.35º degrees, saturation: 0.62, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AC9EE8 is Cyan = 0.26, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 172 158 232 -
CMYK 0.26 0.32 0 0.09
HSL 251.35º 0.62% 0.76% -
HSV(B) 251.35º 0.32% 0.91% -
XYZ 43.81 39.05 81.57 -
YUV 170.62 162.64 128.98 -
System Red Green Blue C M Y K H S L
Decimal 172 158 232 0.26 0.32 0 0.09 251.35 0.62 0.76
Hex AC 9E E8 1A 20 0 9 FB 3E 4C
Octal 254 236 350 32 40 0 11 373 76 114
Binary 10101100 10011110 11101000 11010 100000 0 1001 11111011 111110 1001100

Color Harmonies of #AC9EE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9EE8

Black with #AC9EE8

Text Example


Text Example

White with #AC9EE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9EE8; }

 p { color: rgb(172,158,232); }

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

background-color css

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

 a { background-color: rgb(172,158,232); }

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

border-color css

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

 span { border-color: rgb(172,158,232); }

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