#AFA0F4

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

Shades of Biloba Flower #AFA0F4

Tints of Biloba Flower #AFA0F4

Color information

#AFA0F4 (or 0xAFA0F4) is unknown color: approx Biloba Flower. HEX triplet: AF, A0 and F4. RGB value is (175,160,244). Sum of RGB (Red+Green+Blue) = 175+160+244=579 (76% of max value = 765). Red value is 175 (68.75% from 255 or 30.22% from 579); Green value is 160 (62.89% from 255 or 27.63% from 579); Blue value is 244 (95.70% from 255 or 42.14% from 579); Max value from RGB is 244 - color contains mainly: blue. Hex color #AFA0F4 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AFA0F4 is #505F0B. Grayscale: #ADADAD. Windows color (decimal): -5267212 or 16031919. OLE color: 16031919.

HSL color Cylindrical-coordinate representation of color #AFA0F4: hue angle of 250.71º degrees, saturation: 0.79, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AFA0F4 is Cyan = 0.28, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB175160244-
CMYK0.280.3400.04
HSL250.71º79.25%79.22%-
HSV(B)250.71º34.43%95.69%-
XYZ46.5840.7991.01-
YUV174.06167.47128.67-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.22%
GREEN value IS 160 (62.89% from 255) = 27.63%
BLUE value IS 244 (95.70% from 255) = 42.14%
R=30.22%
G=27.63%
B=42.14%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1751602440.280.3400.04250.7179.2579.22
HexAFA0F41C2204fb4f4f
Octal257240364344204373117117
Binary1010111110100000111101001110010001001001111101110011111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA0F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA0F4; }

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

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

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

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

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

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

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

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