#AC80D8

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

Shades of Biloba Flower #AC80D8

Tints of Biloba Flower #AC80D8

Color information

#AC80D8 (or 0xAC80D8) is unknown color: approx Biloba Flower. HEX triplet: AC, 80 and D8. RGB value is (172,128,216). Sum of RGB (Red+Green+Blue) = 172+128+216=516 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.33% from 516); Green value is 128 (50.39% from 255 or 24.81% from 516); Blue value is 216 (84.77% from 255 or 41.86% from 516); Max value from RGB is 216 - color contains mainly: blue. Hex color #AC80D8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC80D8 is #537F27. Grayscale: #969696. Windows color (decimal): -5472040 or 14188716. OLE color: 14188716.

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

Color convert

RGB172128216-
CMYK0.200.4100.15
HSL270º53.01%67.45%-
HSV(B)270º40.74%84.71%-
XYZ37.1329.1768.64-
YUV151.19164.58142.84-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.33%
GREEN value IS 128 (50.39% from 255) = 24.81%
BLUE value IS 216 (84.77% from 255) = 41.86%
R=33.33%
G=24.81%
B=41.86%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1721282160.200.4100.1527053.0167.45
HexAC80D814290F10e3543
Octal254200330245101741665103
Binary10101100100000001101100010100101001011111000011101101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC80D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC80D8; }

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

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

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

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

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

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

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

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