#AFA0F1

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

Shades of Biloba Flower #AFA0F1

Tints of Biloba Flower #AFA0F1

Color information

#AFA0F1 (or 0xAFA0F1) is unknown color: approx Biloba Flower. HEX triplet: AF, A0 and F1. RGB value is (175,160,241). Sum of RGB (Red+Green+Blue) = 175+160+241=576 (76% of max value = 765). Red value is 175 (68.75% from 255 or 30.38% from 576); Green value is 160 (62.89% from 255 or 27.78% from 576); Blue value is 241 (94.53% from 255 or 41.84% from 576); Max value from RGB is 241 - color contains mainly: blue. Hex color #AFA0F1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AFA0F1 is #505F0E. Grayscale: #ADADAD. Windows color (decimal): -5267215 or 15835311. OLE color: 15835311.

HSL color Cylindrical-coordinate representation of color #AFA0F1: hue angle of 251.11º degrees, saturation: 0.74, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AFA0F1 is Cyan = 0.27, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB175160241-
CMYK0.270.3400.05
HSL251.11º74.31%78.63%-
HSV(B)251.11º33.61%94.51%-
XYZ46.1340.6188.63-
YUV173.72165.97128.91-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.38%
GREEN value IS 160 (62.89% from 255) = 27.78%
BLUE value IS 241 (94.53% from 255) = 41.84%
R=30.38%
G=27.78%
B=41.84%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1751602410.270.3400.05251.1174.3178.63
HexAFA0F11B2205fb4a4f
Octal257240361334205373112117
Binary1010111110100000111100011101110001001011111101110010101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA0F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA0F1; }

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

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

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

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

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

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

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

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