#AFA0D7

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

Shades of Biloba Flower #AFA0D7

Tints of Biloba Flower #AFA0D7

Color information

#AFA0D7 (or 0xAFA0D7) is unknown color: approx Biloba Flower. HEX triplet: AF, A0 and D7. RGB value is (175,160,215). Sum of RGB (Red+Green+Blue) = 175+160+215=550 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.82% from 550); Green value is 160 (62.89% from 255 or 29.09% from 550); Blue value is 215 (84.38% from 255 or 39.09% from 550); Max value from RGB is 215 - color contains mainly: blue. Hex color #AFA0D7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFA0D7 is #505F28. Grayscale: #AAAAAA. Windows color (decimal): -5267241 or 14131375. OLE color: 14131375.

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

Color convert

RGB175160215-
CMYK0.190.2600.16
HSL256.36º40.74%73.53%-
HSV(B)256.36º25.58%84.31%-
XYZ42.5239.1669.61-
YUV170.75152.97131.03-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.82%
GREEN value IS 160 (62.89% from 255) = 29.09%
BLUE value IS 215 (84.38% from 255) = 39.09%
R=31.82%
G=29.09%
B=39.09%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1751602150.190.2600.16256.3640.7473.53
HexAFA0D7131A010100294a
Octal257240327233202040051112
Binary10101111101000001101011110011110100100001000000001010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA0D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA0D7; }

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

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

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

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

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

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

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

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