#AF81DA

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

Shades of Biloba Flower #AF81DA

Tints of Biloba Flower #AF81DA

Color information

#AF81DA (or 0xAF81DA) is unknown color: approx Biloba Flower. HEX triplet: AF, 81 and DA. RGB value is (175,129,218). Sum of RGB (Red+Green+Blue) = 175+129+218=522 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.52% from 522); Green value is 129 (50.78% from 255 or 24.71% from 522); Blue value is 218 (85.55% from 255 or 41.76% from 522); Max value from RGB is 218 - color contains mainly: blue. Hex color #AF81DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF81DA is #507E25. Grayscale: #989898. Windows color (decimal): -5275174 or 14320047. OLE color: 14320047.

HSL color Cylindrical-coordinate representation of color #AF81DA: hue angle of 271.01º 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 #AF81DA is Cyan = 0.20, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB175129218-
CMYK0.200.4100.15
HSL271.01º54.6%68.04%-
HSV(B)271.01º40.83%85.49%-
XYZ38.1829.8870.08-
YUV152.9164.74143.76-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.52%
GREEN value IS 129 (50.78% from 255) = 24.71%
BLUE value IS 218 (85.55% from 255) = 41.76%
R=33.52%
G=24.71%
B=41.76%

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
Decimal1751292180.200.4100.15271.0154.668.04
HexAF81DA14290F10f3744
Octal257201332245101741767104
Binary10101111100000011101101010100101001011111000011111101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF81DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF81DA; }

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

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

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

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

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

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

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

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