#AC9CCD

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

Shades of Biloba Flower #AC9CCD

Tints of Biloba Flower #AC9CCD

Color information

#AC9CCD (or 0xAC9CCD) is unknown color: approx Biloba Flower. HEX triplet: AC, 9C and CD. RGB value is (172,156,205). Sum of RGB (Red+Green+Blue) = 172+156+205=533 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.27% from 533); Green value is 156 (61.33% from 255 or 29.27% from 533); Blue value is 205 (80.47% from 255 or 38.46% from 533); Max value from RGB is 205 - color contains mainly: blue. Hex color #AC9CCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC9CCD is #536332. Grayscale: #A6A6A6. Windows color (decimal): -5464883 or 13474988. OLE color: 13474988.

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

Color convert

RGB172156205-
CMYK0.160.2400.20
HSL259.59º32.89%70.78%-
HSV(B)259.59º23.9%80.39%-
XYZ39.9236.9662.79-
YUV166.37149.8132.02-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.27%
GREEN value IS 156 (61.33% from 255) = 29.27%
BLUE value IS 205 (80.47% from 255) = 38.46%
R=32.27%
G=29.27%
B=38.46%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1721562050.160.2400.20259.5932.8970.78
HexAC9CCD10180141042147
Octal254234315203002440441107
Binary10101100100111001100110110000110000101001000001001000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9CCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9CCD; }

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

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

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

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

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

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

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

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