#AC9ED2

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

Shades of Biloba Flower #AC9ED2

Tints of Biloba Flower #AC9ED2

Color information

#AC9ED2 (or 0xAC9ED2) is unknown color: approx Biloba Flower. HEX triplet: AC, 9E and D2. RGB value is (172,158,210). Sum of RGB (Red+Green+Blue) = 172+158+210=540 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.85% from 540); Green value is 158 (62.11% from 255 or 29.26% from 540); Blue value is 210 (82.42% from 255 or 38.89% from 540); Max value from RGB is 210 - color contains mainly: blue. Hex color #AC9ED2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC9ED2 is #53612D. Grayscale: #A7A7A7. Windows color (decimal): -5464366 or 13803180. OLE color: 13803180.

HSL color Cylindrical-coordinate representation of color #AC9ED2: hue angle of 256.15º degrees, saturation: 0.37, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AC9ED2 is Cyan = 0.18, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB172158210-
CMYK0.180.2500.18
HSL256.15º36.62%72.16%-
HSV(B)256.15º24.76%82.35%-
XYZ40.8737.8866.13-
YUV168.11151.64130.77-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.85%
GREEN value IS 158 (62.11% from 255) = 29.26%
BLUE value IS 210 (82.42% from 255) = 38.89%
R=31.85%
G=29.26%
B=38.89%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1721582100.180.2500.18256.1536.6272.16
HexAC9ED212190121002548
Octal254236322223102240045110
Binary10101100100111101101001010010110010100101000000001001011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9ED2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9ED2; }

 p { color: rgb(172,158,210); }

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

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

 a { background-color: rgb(172,158,210); }

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

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

 span { border-color: rgb(172,158,210); }

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