#AC9ACD

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

Shades of Biloba Flower #AC9ACD

Tints of Biloba Flower #AC9ACD

Color information

#AC9ACD (or 0xAC9ACD) is unknown color: approx Biloba Flower. HEX triplet: AC, 9A and CD. RGB value is (172,154,205). Sum of RGB (Red+Green+Blue) = 172+154+205=531 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.39% from 531); Green value is 154 (60.55% from 255 or 29.00% from 531); Blue value is 205 (80.47% from 255 or 38.61% from 531); Max value from RGB is 205 - color contains mainly: blue. Hex color #AC9ACD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC9ACD is #536532. Grayscale: #A5A5A5. Windows color (decimal): -5465395 or 13474476. OLE color: 13474476.

HSL color Cylindrical-coordinate representation of color #AC9ACD: hue angle of 261.18º degrees, saturation: 0.34, 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 #AC9ACD is Cyan = 0.16, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB172154205-
CMYK0.160.2500.20
HSL261.18º33.77%70.39%-
HSV(B)261.18º24.88%80.39%-
XYZ39.5936.2962.68-
YUV165.2150.46132.85-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.39%
GREEN value IS 154 (60.55% from 255) = 29.00%
BLUE value IS 205 (80.47% from 255) = 38.61%
R=32.39%
G=29.00%
B=38.61%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1721542050.160.2500.20261.1833.7770.39
HexAC9ACD10190141052246
Octal254232315203102440542106
Binary10101100100110101100110110000110010101001000001011000101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9ACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9ACD; }

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

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

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

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

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

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

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

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