#AC81E0

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

Shades of Biloba Flower #AC81E0

Tints of Biloba Flower #AC81E0

Color information

#AC81E0 (or 0xAC81E0) is unknown color: approx Biloba Flower. HEX triplet: AC, 81 and E0. RGB value is (172,129,224). Sum of RGB (Red+Green+Blue) = 172+129+224=525 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.76% from 525); Green value is 129 (50.78% from 255 or 24.57% from 525); Blue value is 224 (87.89% from 255 or 42.67% from 525); Max value from RGB is 224 - color contains mainly: blue. Hex color #AC81E0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC81E0 is #537E1F. Grayscale: #989898. Windows color (decimal): -5471776 or 14713260. OLE color: 14713260.

HSL color Cylindrical-coordinate representation of color #AC81E0: hue angle of 267.16º degrees, saturation: 0.61, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AC81E0 is Cyan = 0.23, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB172129224-
CMYK0.230.4200.12
HSL267.16º60.51%69.22%-
HSV(B)267.16º42.41%87.84%-
XYZ38.3229.8574.26-
YUV152.69168.25141.78-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.76%
GREEN value IS 129 (50.78% from 255) = 24.57%
BLUE value IS 224 (87.89% from 255) = 42.67%
R=32.76%
G=24.57%
B=42.67%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1721292240.230.4200.12267.1660.5169.22
HexAC81E0172A0C10b3d45
Octal254201340275201441375105
Binary10101100100000011110000010111101010011001000010111111011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC81E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC81E0; }

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

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

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

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

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

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

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

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