Html Css Color HEX #AC9DCC Biloba Flower

📋 copy color: '#AC9DCC'

red 172 ◦ green 157 ◦ blue 204

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

Shades of Biloba Flower #AC9DCC

Tints of Biloba Flower #AC9DCC

RGB

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

 GREEN value IS 157 (61.72% from 255) = 29.46%

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

R = 32.27%
G = 29.46%
B = 38.27%

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

#AC9DCC (or 0xAC9DCC) is known color: Biloba Flower. HEX triplet: AC, 9D and CC. RGB value is (172,157,204). Sum of RGB (Red+Green+Blue) = 172+157+204=533 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.27% from 533); Green value is 157 (61.72% from 255 or 29.46% from 533); Blue value is 204 (80.08% from 255 or 38.27% from 533); Max value from RGB is 204 - color contains mainly: blue. Hex color #AC9DCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC9DCC is #536233. Grayscale: #A6A6A6. Windows color (decimal): -5464628 or 13409708. OLE color: 13409708.

HSL color Cylindrical-coordinate representation of color #AC9DCC: hue angle of 259.15º degrees, saturation: 0.32, 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 #AC9DCC is Cyan = 0.16, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 172 157 204 -
CMYK 0.16 0.23 0 0.2
HSL 259.15º 0.32% 0.71% -
HSV(B) 259.15º 0.23% 0.8% -
XYZ 39.97 37.24 62.21 -
YUV 166.84 148.97 131.68 -
System Red Green Blue C M Y K H S L
Decimal 172 157 204 0.16 0.23 0 0.2 259.15 0.32 0.71
Hex AC 9D CC 10 17 0 14 103 20 47
Octal 254 235 314 20 27 0 24 403 40 107
Binary 10101100 10011101 11001100 10000 10111 0 10100 100000011 100000 1000111

Color Harmonies of #AC9DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9DCC

Black with #AC9DCC

Text Example


Text Example

White with #AC9DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9DCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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