#AFA0FA

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

Shades of Biloba Flower #AFA0FA

Tints of Biloba Flower #AFA0FA

Color information

#AFA0FA (or 0xAFA0FA) is unknown color: approx Biloba Flower. HEX triplet: AF, A0 and FA. RGB value is (175,160,250). Sum of RGB (Red+Green+Blue) = 175+160+250=585 (77% of max value = 765). Red value is 175 (68.75% from 255 or 29.91% from 585); Green value is 160 (62.89% from 255 or 27.35% from 585); Blue value is 250 (98.05% from 255 or 42.74% from 585); Max value from RGB is 250 - color contains mainly: blue. Hex color #AFA0FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AFA0FA is #505F05. Grayscale: #AEAEAE. Windows color (decimal): -5267206 or 16425135. OLE color: 16425135.

HSL color Cylindrical-coordinate representation of color #AFA0FA: hue angle of 250º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AFA0FA is Cyan = 0.3, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB175160250-
CMYK0.30.3600.02
HSL250º90%80.39%-
HSV(B)250º36%98.04%-
XYZ47.5141.1695.88-
YUV174.74170.47128.18-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 29.91%
GREEN value IS 160 (62.89% from 255) = 27.35%
BLUE value IS 250 (98.05% from 255) = 42.74%
R=29.91%
G=27.35%
B=42.74%

CMYK

C (Cyan) values IS 0.3
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1751602500.30.3600.022509080.39
HexAFA0FA1E2402fa5a50
Octal257240372364402372132120
Binary101011111010000011111010111101001000101111101010110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA0FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA0FA; }

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

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

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

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

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

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

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

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