#AF80DA

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

Shades of Biloba Flower #AF80DA

Tints of Biloba Flower #AF80DA

Color information

#AF80DA (or 0xAF80DA) is unknown color: approx Biloba Flower. HEX triplet: AF, 80 and DA. RGB value is (175,128,218). Sum of RGB (Red+Green+Blue) = 175+128+218=521 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.59% from 521); Green value is 128 (50.39% from 255 or 24.57% from 521); Blue value is 218 (85.55% from 255 or 41.84% from 521); Max value from RGB is 218 - color contains mainly: blue. Hex color #AF80DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF80DA is #507F25. Grayscale: #979797. Windows color (decimal): -5275430 or 14319791. OLE color: 14319791.

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

Color convert

RGB175128218-
CMYK0.200.4100.15
HSL271.33º54.88%67.84%-
HSV(B)271.33º41.28%85.49%-
XYZ38.0529.6170.04-
YUV152.31165.07144.18-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.59%
GREEN value IS 128 (50.39% from 255) = 24.57%
BLUE value IS 218 (85.55% from 255) = 41.84%
R=33.59%
G=24.57%
B=41.84%

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
Decimal1751282180.200.4100.15271.3354.8867.84
HexAF80DA14290F10f3744
Octal257200332245101741767104
Binary10101111100000001101101010100101001011111000011111101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF80DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF80DA; }

 p { color: rgb(175,128,218); }

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

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

 a { background-color: rgb(175,128,218); }

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

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

 span { border-color: rgb(175,128,218); }

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