#AFA0DF

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

Shades of Biloba Flower #AFA0DF

Tints of Biloba Flower #AFA0DF

Color information

#AFA0DF (or 0xAFA0DF) is unknown color: approx Biloba Flower. HEX triplet: AF, A0 and DF. RGB value is (175,160,223). Sum of RGB (Red+Green+Blue) = 175+160+223=558 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.36% from 558); Green value is 160 (62.89% from 255 or 28.67% from 558); Blue value is 223 (87.5% from 255 or 39.96% from 558); Max value from RGB is 223 - color contains mainly: blue. Hex color #AFA0DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFA0DF is #505F20. Grayscale: #ABABAB. Windows color (decimal): -5267233 or 14655663. OLE color: 14655663.

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

Color convert

RGB175160223-
CMYK0.220.2800.13
HSL254.29º49.61%75.1%-
HSV(B)254.29º28.25%87.45%-
XYZ43.5739.5875.16-
YUV171.67156.97130.38-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.36%
GREEN value IS 160 (62.89% from 255) = 28.67%
BLUE value IS 223 (87.5% from 255) = 39.96%
R=31.36%
G=28.67%
B=39.96%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1751602230.220.2800.13254.2949.6175.1
HexAFA0DF161C0Dfe324b
Octal257240337263401537662113
Binary101011111010000011011111101101110001101111111101100101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA0DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA0DF; }

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

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

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

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

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

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

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

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