#AC9ACA

Color #AC9ACA Biloba Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Biloba Flower #AC9ACA

Tints of Biloba Flower #AC9ACA

Color information

#AC9ACA (or 0xAC9ACA) is unknown color: approx Biloba Flower. HEX triplet: AC, 9A and CA. RGB value is (172,154,202). Sum of RGB (Red+Green+Blue) = 172+154+202=528 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.58% from 528); Green value is 154 (60.55% from 255 or 29.17% from 528); Blue value is 202 (79.30% from 255 or 38.26% from 528); Max value from RGB is 202 - color contains mainly: blue. Hex color #AC9ACA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC9ACA is #536535. Grayscale: #A4A4A4. Windows color (decimal): -5465398 or 13277868. OLE color: 13277868.

HSL color Cylindrical-coordinate representation of color #AC9ACA: hue angle of 262.5º degrees, saturation: 0.31, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AC9ACA is Cyan = 0.15, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB172154202-
CMYK0.150.2400.21
HSL262.5º31.17%69.8%-
HSV(B)262.5º23.76%79.22%-
XYZ39.2336.1560.79-
YUV164.85148.96133.1-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.58%
GREEN value IS 154 (60.55% from 255) = 29.17%
BLUE value IS 202 (79.30% from 255) = 38.26%
R=32.58%
G=29.17%
B=38.26%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1721542020.150.2400.21262.531.1769.8
HexAC9ACAF180151061f46
Octal254232312173002540637106
Binary101011001001101011001010111111000010101100000110111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9ACA; }

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

 H1.HeaderClassName
 {
   color: #AC9ACA;
 }
 .AnyTagClassName
 {
   color: #AC9ACA;
 }
</style>
background-color css

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

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

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

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

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

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