#AFA0E0

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

Shades of Biloba Flower #AFA0E0

Tints of Biloba Flower #AFA0E0

Color information

#AFA0E0 (or 0xAFA0E0) is unknown color: approx Biloba Flower. HEX triplet: AF, A0 and E0. RGB value is (175,160,224). Sum of RGB (Red+Green+Blue) = 175+160+224=559 (74% of max value = 765). Red value is 175 (68.75% from 255 or 31.31% from 559); Green value is 160 (62.89% from 255 or 28.62% from 559); Blue value is 224 (87.89% from 255 or 40.07% from 559); Max value from RGB is 224 - color contains mainly: blue. Hex color #AFA0E0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFA0E0 is #505F1F. Grayscale: #ABABAB. Windows color (decimal): -5267232 or 14721199. OLE color: 14721199.

HSL color Cylindrical-coordinate representation of color #AFA0E0: hue angle of 254.06º degrees, saturation: 0.51, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AFA0E0 is Cyan = 0.22, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB175160224-
CMYK0.220.2900.12
HSL254.06º50.79%75.29%-
HSV(B)254.06º28.57%87.84%-
XYZ43.739.6475.87-
YUV171.78157.47130.3-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.31%
GREEN value IS 160 (62.89% from 255) = 28.62%
BLUE value IS 224 (87.89% from 255) = 40.07%
R=31.31%
G=28.62%
B=40.07%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1751602240.220.2900.12254.0650.7975.29
HexAFA0E0161D0Cfe334b
Octal257240340263501437663113
Binary101011111010000011100000101101110101100111111101100111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA0E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA0E0; }

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

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

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

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

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

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

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

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