#AC81D8

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

Shades of Biloba Flower #AC81D8

Tints of Biloba Flower #AC81D8

Color information

#AC81D8 (or 0xAC81D8) is unknown color: approx Biloba Flower. HEX triplet: AC, 81 and D8. RGB value is (172,129,216). Sum of RGB (Red+Green+Blue) = 172+129+216=517 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.27% from 517); Green value is 129 (50.78% from 255 or 24.95% from 517); Blue value is 216 (84.77% from 255 or 41.78% from 517); Max value from RGB is 216 - color contains mainly: blue. Hex color #AC81D8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC81D8 is #537E27. Grayscale: #979797. Windows color (decimal): -5471784 or 14188972. OLE color: 14188972.

HSL color Cylindrical-coordinate representation of color #AC81D8: hue angle of 269.66º degrees, saturation: 0.53, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AC81D8 is Cyan = 0.20, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB172129216-
CMYK0.200.4000.15
HSL269.66º52.73%67.65%-
HSV(B)269.66º40.28%84.71%-
XYZ37.2629.4368.68-
YUV151.78164.25142.43-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.27%
GREEN value IS 129 (50.78% from 255) = 24.95%
BLUE value IS 216 (84.77% from 255) = 41.78%
R=33.27%
G=24.95%
B=41.78%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1721292160.200.4000.15269.6652.7367.65
HexAC81D814280F10e3544
Octal254201330245001741665104
Binary10101100100000011101100010100101000011111000011101101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC81D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC81D8; }

 p { color: rgb(172,129,216); }

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

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

 a { background-color: rgb(172,129,216); }

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

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

 span { border-color: rgb(172,129,216); }

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