Html Css Color HEX #AC9ACC Biloba Flower

📋 copy color: '#AC9ACC'

red 172 ◦ green 154 ◦ blue 204

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

Shades of Biloba Flower #AC9ACC

Tints of Biloba Flower #AC9ACC

RGB

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

 GREEN value IS 154 (60.55% from 255) = 29.06%

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

R = 32.45%
G = 29.06%
B = 38.49%

CMYK

 C value IS 0.16

 M value IS 0.25

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#AC9ACC (or 0xAC9ACC) is known color: Biloba Flower. HEX triplet: AC, 9A and CC. RGB value is (172,154,204). Sum of RGB (Red+Green+Blue) = 172+154+204=530 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.45% from 530); Green value is 154 (60.55% from 255 or 29.06% from 530); Blue value is 204 (80.08% from 255 or 38.49% from 530); Max value from RGB is 204 - color contains mainly: blue. Hex color #AC9ACC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC9ACC is #536533. Grayscale: #A4A4A4. Windows color (decimal): -5465396 or 13408940. OLE color: 13408940.

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

Color convert

RGB 172 154 204 -
CMYK 0.16 0.25 0 0.2
HSL 261.6º 0.33% 0.7% -
HSV(B) 261.6º 0.25% 0.8% -
XYZ 39.47 36.24 62.04 -
YUV 165.08 149.96 132.93 -
System Red Green Blue C M Y K H S L
Decimal 172 154 204 0.16 0.25 0 0.2 261.6 0.33 0.7
Hex AC 9A CC 10 19 0 14 106 21 46
Octal 254 232 314 20 31 0 24 406 41 106
Binary 10101100 10011010 11001100 10000 11001 0 10100 100000110 100001 1000110

Color Harmonies of #AC9ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9ACC

Black with #AC9ACC

Text Example


Text Example

White with #AC9ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9ACC; }

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

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

background-color css

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

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

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

border-color css

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

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

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