Html Css Color HEX #AC9CDE Biloba Flower

📋 copy color: '#AC9CDE'

red 172 ◦ green 156 ◦ blue 222

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

Shades of Biloba Flower #AC9CDE

Tints of Biloba Flower #AC9CDE

RGB

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

 GREEN value IS 156 (61.33% from 255) = 28.36%

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

R = 31.27%
G = 28.36%
B = 40.36%

CMYK

 C value IS 0.23

 M value IS 0.30

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AC9CDE (or 0xAC9CDE) is known color: Biloba Flower. HEX triplet: AC, 9C and DE. RGB value is (172,156,222). Sum of RGB (Red+Green+Blue) = 172+156+222=550 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.27% from 550); Green value is 156 (61.33% from 255 or 28.36% from 550); Blue value is 222 (87.11% from 255 or 40.36% from 550); Max value from RGB is 222 - color contains mainly: blue. Hex color #AC9CDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC9CDE is #536321. Grayscale: #A8A8A8. Windows color (decimal): -5464866 or 14589100. OLE color: 14589100.

HSL color Cylindrical-coordinate representation of color #AC9CDE: hue angle of 254.55º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AC9CDE is Cyan = 0.23, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 172 156 222 -
CMYK 0.23 0.30 0 0.13
HSL 254.55º 0.5% 0.74% -
HSV(B) 254.55º 0.3% 0.87% -
XYZ 42.09 37.82 74.19 -
YUV 168.31 158.3 130.63 -
System Red Green Blue C M Y K H S L
Decimal 172 156 222 0.23 0.30 0 0.13 254.55 0.5 0.74
Hex AC 9C DE 17 1E 0 D FF 32 4A
Octal 254 234 336 27 36 0 15 377 62 112
Binary 10101100 10011100 11011110 10111 11110 0 1101 11111111 110010 1001010

Color Harmonies of #AC9CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9CDE

Black with #AC9CDE

Text Example


Text Example

White with #AC9CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9CDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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