#AC9BDC

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

Shades of Biloba Flower #AC9BDC

Tints of Biloba Flower #AC9BDC

Color information

#AC9BDC (or 0xAC9BDC) is unknown color: approx Biloba Flower. HEX triplet: AC, 9B and DC. RGB value is (172,155,220). Sum of RGB (Red+Green+Blue) = 172+155+220=547 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.44% from 547); Green value is 155 (60.94% from 255 or 28.34% from 547); Blue value is 220 (86.33% from 255 or 40.22% from 547); Max value from RGB is 220 - color contains mainly: blue. Hex color #AC9BDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC9BDC is #536423. Grayscale: #A7A7A7. Windows color (decimal): -5465124 or 14457772. OLE color: 14457772.

HSL color Cylindrical-coordinate representation of color #AC9BDC: hue angle of 255.69º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AC9BDC is Cyan = 0.22, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB172155220-
CMYK0.220.3000.14
HSL255.69º48.15%73.53%-
HSV(B)255.69º29.55%86.27%-
XYZ41.6537.3872.73-
YUV167.49157.63131.21-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.44%
GREEN value IS 155 (60.94% from 255) = 28.34%
BLUE value IS 220 (86.33% from 255) = 40.22%
R=31.44%
G=28.34%
B=40.22%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1721552200.220.3000.14255.6948.1573.53
HexAC9BDC161E0E100304a
Octal254233334263601640060112
Binary1010110010011011110111001011011110011101000000001100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9BDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9BDC; }

 p { color: rgb(172,155,220); }

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

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

 a { background-color: rgb(172,155,220); }

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

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

 span { border-color: rgb(172,155,220); }

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