#AF81D7

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

Shades of Biloba Flower #AF81D7

Tints of Biloba Flower #AF81D7

Color information

#AF81D7 (or 0xAF81D7) is unknown color: approx Biloba Flower. HEX triplet: AF, 81 and D7. RGB value is (175,129,215). Sum of RGB (Red+Green+Blue) = 175+129+215=519 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.72% from 519); Green value is 129 (50.78% from 255 or 24.86% from 519); Blue value is 215 (84.38% from 255 or 41.43% from 519); Max value from RGB is 215 - color contains mainly: blue. Hex color #AF81D7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF81D7 is #507E28. Grayscale: #989898. Windows color (decimal): -5275177 or 14123439. OLE color: 14123439.

HSL color Cylindrical-coordinate representation of color #AF81D7: hue angle of 272.09º degrees, saturation: 0.52, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AF81D7 is Cyan = 0.19, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB175129215-
CMYK0.190.400.16
HSL272.09º51.81%67.45%-
HSV(B)272.09º40%84.31%-
XYZ37.829.7268.03-
YUV152.56163.24144.01-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.72%
GREEN value IS 129 (50.78% from 255) = 24.86%
BLUE value IS 215 (84.38% from 255) = 41.43%
R=33.72%
G=24.86%
B=41.43%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.4
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1751292150.190.400.16272.0951.8167.45
HexAF81D713280101103443
Octal257201327235002042064103
Binary101011111000000111010111100111010000100001000100001101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF81D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF81D7; }

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

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

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

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

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

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

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

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