#AC9DDC

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

Shades of Biloba Flower #AC9DDC

Tints of Biloba Flower #AC9DDC

Color information

#AC9DDC (or 0xAC9DDC) is unknown color: approx Biloba Flower. HEX triplet: AC, 9D and DC. RGB value is (172,157,220). Sum of RGB (Red+Green+Blue) = 172+157+220=549 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.33% from 549); Green value is 157 (61.72% from 255 or 28.60% from 549); Blue value is 220 (86.33% from 255 or 40.07% from 549); Max value from RGB is 220 - color contains mainly: blue. Hex color #AC9DDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC9DDC is #536223. Grayscale: #A8A8A8. Windows color (decimal): -5464612 or 14458284. OLE color: 14458284.

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

Color convert

RGB172157220-
CMYK0.220.2900.14
HSL254.29º47.37%73.92%-
HSV(B)254.29º28.64%86.27%-
XYZ41.9938.0572.84-
YUV168.67156.97130.38-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.33%
GREEN value IS 157 (61.72% from 255) = 28.60%
BLUE value IS 220 (86.33% from 255) = 40.07%
R=31.33%
G=28.60%
B=40.07%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1721572200.220.2900.14254.2947.3773.92
HexAC9DDC161D0Efe2f4a
Octal254235334263501637657112
Binary101011001001110111011100101101110101110111111101011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9DDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9DDC; }

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

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

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

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

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

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

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

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