#AFA2EB

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

Shades of Biloba Flower #AFA2EB

Tints of Biloba Flower #AFA2EB

Color information

#AFA2EB (or 0xAFA2EB) is unknown color: approx Biloba Flower. HEX triplet: AF, A2 and EB. RGB value is (175,162,235). Sum of RGB (Red+Green+Blue) = 175+162+235=572 (75% of max value = 765). Red value is 175 (68.75% from 255 or 30.59% from 572); Green value is 162 (63.67% from 255 or 28.32% from 572); Blue value is 235 (92.19% from 255 or 41.08% from 572); Max value from RGB is 235 - color contains mainly: blue. Hex color #AFA2EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AFA2EB is #505D14. Grayscale: #ADADAD. Windows color (decimal): -5266709 or 15442607. OLE color: 15442607.

HSL color Cylindrical-coordinate representation of color #AFA2EB: hue angle of 250.68º degrees, saturation: 0.65, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AFA2EB is Cyan = 0.26, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB175162235-
CMYK0.260.3100.08
HSL250.68º64.6%77.84%-
HSV(B)250.68º31.06%92.16%-
XYZ45.5940.9584.1-
YUV174.21162.31128.56-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.59%
GREEN value IS 162 (63.67% from 255) = 28.32%
BLUE value IS 235 (92.19% from 255) = 41.08%
R=30.59%
G=28.32%
B=41.08%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1751622350.260.3100.08250.6864.677.84
HexAFA2EB1A1F08fb414e
Octal2572423533237010373101116
Binary1010111110100010111010111101011111010001111101110000011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA2EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA2EB; }

 p { color: rgb(175,162,235); }

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

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

 a { background-color: rgb(175,162,235); }

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

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

 span { border-color: rgb(175,162,235); }

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