#AFA0E4

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

Shades of Biloba Flower #AFA0E4

Tints of Biloba Flower #AFA0E4

Color information

#AFA0E4 (or 0xAFA0E4) is unknown color: approx Biloba Flower. HEX triplet: AF, A0 and E4. RGB value is (175,160,228). Sum of RGB (Red+Green+Blue) = 175+160+228=563 (74% of max value = 765). Red value is 175 (68.75% from 255 or 31.08% from 563); Green value is 160 (62.89% from 255 or 28.42% from 563); Blue value is 228 (89.45% from 255 or 40.50% from 563); Max value from RGB is 228 - color contains mainly: blue. Hex color #AFA0E4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFA0E4 is #505F1B. Grayscale: #ABABAB. Windows color (decimal): -5267228 or 14983343. OLE color: 14983343.

HSL color Cylindrical-coordinate representation of color #AFA0E4: hue angle of 253.24º degrees, saturation: 0.56, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AFA0E4 is Cyan = 0.23, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB175160228-
CMYK0.230.3000.11
HSL253.24º55.74%76.08%-
HSV(B)253.24º29.82%89.41%-
XYZ44.2539.8678.76-
YUV172.24159.47129.97-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.08%
GREEN value IS 160 (62.89% from 255) = 28.42%
BLUE value IS 228 (89.45% from 255) = 40.50%
R=31.08%
G=28.42%
B=40.50%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1751602280.230.3000.11253.2455.7476.08
HexAFA0E4171E0Bfd384c
Octal257240344273601337570114
Binary101011111010000011100100101111111001011111111011110001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA0E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA0E4; }

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

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

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

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

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

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

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

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