#AF81D8

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

Shades of Biloba Flower #AF81D8

Tints of Biloba Flower #AF81D8

Color information

#AF81D8 (or 0xAF81D8) is unknown color: approx Biloba Flower. HEX triplet: AF, 81 and D8. RGB value is (175,129,216). Sum of RGB (Red+Green+Blue) = 175+129+216=520 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.65% from 520); Green value is 129 (50.78% from 255 or 24.81% from 520); Blue value is 216 (84.77% from 255 or 41.54% from 520); Max value from RGB is 216 - color contains mainly: blue. Hex color #AF81D8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF81D8 is #507E27. Grayscale: #989898. Windows color (decimal): -5275176 or 14188975. OLE color: 14188975.

HSL color Cylindrical-coordinate representation of color #AF81D8: hue angle of 271.72º degrees, saturation: 0.53, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AF81D8 is Cyan = 0.19, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB175129216-
CMYK0.190.4000.15
HSL271.72º52.73%67.65%-
HSV(B)271.72º40.28%84.71%-
XYZ37.9229.7768.71-
YUV152.67163.74143.93-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.65%
GREEN value IS 129 (50.78% from 255) = 24.81%
BLUE value IS 216 (84.77% from 255) = 41.54%
R=33.65%
G=24.81%
B=41.54%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1751292160.190.4000.15271.7252.7367.65
HexAF81D813280F1103544
Octal257201330235001742065104
Binary10101111100000011101100010011101000011111000100001101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF81D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF81D8; }

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

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

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

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

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

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

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

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