Html Css Color HEX #AC9EDE Biloba Flower

📋 copy color: '#AC9EDE'

red 172 ◦ green 158 ◦ blue 222

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

Shades of Biloba Flower #AC9EDE

Tints of Biloba Flower #AC9EDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 40.22%

R = 31.16%
G = 28.62%
B = 40.22%

CMYK

 C value IS 0.23

 M value IS 0.29

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AC9EDE (or 0xAC9EDE) is known color: Biloba Flower. HEX triplet: AC, 9E and DE. RGB value is (172,158,222). Sum of RGB (Red+Green+Blue) = 172+158+222=552 (73% of max value = 765). Red value is 172 (67.58% from 255 or 31.16% from 552); Green value is 158 (62.11% from 255 or 28.62% from 552); Blue value is 222 (87.11% from 255 or 40.22% from 552); Max value from RGB is 222 - color contains mainly: blue. Hex color #AC9EDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC9EDE is #536121. Grayscale: #A9A9A9. Windows color (decimal): -5464354 or 14589612. OLE color: 14589612.

HSL color Cylindrical-coordinate representation of color #AC9EDE: hue angle of 253.12º degrees, saturation: 0.49, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AC9EDE is Cyan = 0.23, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 172 158 222 -
CMYK 0.23 0.29 0 0.13
HSL 253.13º 0.49% 0.75% -
HSV(B) 253.13º 0.29% 0.87% -
XYZ 42.42 38.5 74.3 -
YUV 169.48 157.64 129.8 -
System Red Green Blue C M Y K H S L
Decimal 172 158 222 0.23 0.29 0 0.13 253.13 0.49 0.75
Hex AC 9E DE 17 1D 0 D FD 31 4B
Octal 254 236 336 27 35 0 15 375 61 113
Binary 10101100 10011110 11011110 10111 11101 0 1101 11111101 110001 1001011

Color Harmonies of #AC9EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9EDE

Black with #AC9EDE

Text Example


Text Example

White with #AC9EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9EDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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