#AF81DF

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

Shades of Biloba Flower #AF81DF

Tints of Biloba Flower #AF81DF

Color information

#AF81DF (or 0xAF81DF) is unknown color: approx Biloba Flower. HEX triplet: AF, 81 and DF. RGB value is (175,129,223). Sum of RGB (Red+Green+Blue) = 175+129+223=527 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.21% from 527); Green value is 129 (50.78% from 255 or 24.48% from 527); Blue value is 223 (87.5% from 255 or 42.31% from 527); Max value from RGB is 223 - color contains mainly: blue. Hex color #AF81DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF81DF is #507E20. Grayscale: #999999. Windows color (decimal): -5275169 or 14647727. OLE color: 14647727.

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

Color convert

RGB175129223-
CMYK0.220.4200.13
HSL269.36º59.49%69.02%-
HSV(B)269.36º42.15%87.45%-
XYZ38.8530.1473.58-
YUV153.47167.24143.36-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.21%
GREEN value IS 129 (50.78% from 255) = 24.48%
BLUE value IS 223 (87.5% from 255) = 42.31%
R=33.21%
G=24.48%
B=42.31%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1751292230.220.4200.13269.3659.4969.02
HexAF81DF162A0D10d3b45
Octal257201337265201541573105
Binary10101111100000011101111110110101010011011000011011110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF81DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF81DF; }

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

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

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

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

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

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

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

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