#AC80DF

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

Shades of Biloba Flower #AC80DF

Tints of Biloba Flower #AC80DF

Color information

#AC80DF (or 0xAC80DF) is unknown color: approx Biloba Flower. HEX triplet: AC, 80 and DF. RGB value is (172,128,223). Sum of RGB (Red+Green+Blue) = 172+128+223=523 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.89% from 523); Green value is 128 (50.39% from 255 or 24.47% from 523); Blue value is 223 (87.5% from 255 or 42.64% from 523); Max value from RGB is 223 - color contains mainly: blue. Hex color #AC80DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC80DF is #537F20. Grayscale: #979797. Windows color (decimal): -5472033 or 14647468. OLE color: 14647468.

HSL color Cylindrical-coordinate representation of color #AC80DF: hue angle of 267.79º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AC80DF is Cyan = 0.23, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB172128223-
CMYK0.230.4300.13
HSL267.79º59.75%68.82%-
HSV(B)267.79º42.6%87.45%-
XYZ38.0529.5473.51-
YUV151.99168.08142.28-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.89%
GREEN value IS 128 (50.39% from 255) = 24.47%
BLUE value IS 223 (87.5% from 255) = 42.64%
R=32.89%
G=24.47%
B=42.64%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1721282230.230.4300.13267.7959.7568.82
HexAC80DF172B0D10c3c45
Octal254200337275301541474105
Binary10101100100000001101111110111101011011011000011001111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC80DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC80DF; }

 p { color: rgb(172,128,223); }

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

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

 a { background-color: rgb(172,128,223); }

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

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

 span { border-color: rgb(172,128,223); }

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