Html Css Color HEX #AC9ECC Biloba Flower

📋 copy color: '#AC9ECC'

red 172 ◦ green 158 ◦ blue 204

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

Shades of Biloba Flower #AC9ECC

Tints of Biloba Flower #AC9ECC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 38.2%

R = 32.21%
G = 29.59%
B = 38.2%

CMYK

 C value IS 0.16

 M value IS 0.23

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#AC9ECC (or 0xAC9ECC) is known color: Biloba Flower. HEX triplet: AC, 9E and CC. RGB value is (172,158,204). Sum of RGB (Red+Green+Blue) = 172+158+204=534 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.21% from 534); Green value is 158 (62.11% from 255 or 29.59% from 534); Blue value is 204 (80.08% from 255 or 38.20% from 534); Max value from RGB is 204 - color contains mainly: blue. Hex color #AC9ECC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC9ECC is #536133. Grayscale: #A7A7A7. Windows color (decimal): -5464372 or 13409964. OLE color: 13409964.

HSL color Cylindrical-coordinate representation of color #AC9ECC: hue angle of 258.26º degrees, saturation: 0.31, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AC9ECC is Cyan = 0.16, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 172 158 204 -
CMYK 0.16 0.23 0 0.2
HSL 258.26º 0.31% 0.71% -
HSV(B) 258.26º 0.23% 0.8% -
XYZ 40.14 37.58 62.27 -
YUV 167.43 148.64 131.26 -
System Red Green Blue C M Y K H S L
Decimal 172 158 204 0.16 0.23 0 0.2 258.26 0.31 0.71
Hex AC 9E CC 10 17 0 14 102 1F 47
Octal 254 236 314 20 27 0 24 402 37 107
Binary 10101100 10011110 11001100 10000 10111 0 10100 100000010 11111 1000111

Color Harmonies of #AC9ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9ECC

Black with #AC9ECC

Text Example


Text Example

White with #AC9ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9ECC; }

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

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

background-color css

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

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

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

border-color css

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

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

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