#AF81DB

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

Shades of Biloba Flower #AF81DB

Tints of Biloba Flower #AF81DB

Color information

#AF81DB (or 0xAF81DB) is unknown color: approx Biloba Flower. HEX triplet: AF, 81 and DB. RGB value is (175,129,219). Sum of RGB (Red+Green+Blue) = 175+129+219=523 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.46% from 523); Green value is 129 (50.78% from 255 or 24.67% from 523); Blue value is 219 (85.94% from 255 or 41.87% from 523); Max value from RGB is 219 - color contains mainly: blue. Hex color #AF81DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF81DB is #507E24. Grayscale: #989898. Windows color (decimal): -5275173 or 14385583. OLE color: 14385583.

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

Color convert

RGB175129219-
CMYK0.200.4100.14
HSL270.67º55.56%68.24%-
HSV(B)270.67º41.1%85.88%-
XYZ38.3229.9370.78-
YUV153.01165.24143.68-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.46%
GREEN value IS 129 (50.78% from 255) = 24.67%
BLUE value IS 219 (85.94% from 255) = 41.87%
R=33.46%
G=24.67%
B=41.87%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1751292190.200.4100.14270.6755.5668.24
HexAF81DB14290E10f3844
Octal257201333245101641770104
Binary10101111100000011101101110100101001011101000011111110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF81DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF81DB; }

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

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

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

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

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

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

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

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