#AFA2B0

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

Shades of Lola #AFA2B0

Tints of Lola #AFA2B0

Color information

#AFA2B0 (or 0xAFA2B0) is unknown color: approx Lola. HEX triplet: AF, A2 and B0. RGB value is (175,162,176). Sum of RGB (Red+Green+Blue) = 175+162+176=513 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.11% from 513); Green value is 162 (63.67% from 255 or 31.58% from 513); Blue value is 176 (69.14% from 255 or 34.31% from 513); Max value from RGB is 176 - color contains mainly: blue. Hex color #AFA2B0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA2B0 is #505D4F. Grayscale: #A7A7A7. Windows color (decimal): -5266768 or 11575983. OLE color: 11575983.

HSL color Cylindrical-coordinate representation of color #AFA2B0: hue angle of 295.71º degrees, saturation: 0.08, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #AFA2B0 is Cyan = 0.01, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB175162176-
CMYK0.010.0800.31
HSL295.71º8.14%66.27%-
HSV(B)295.71º7.95%69.02%-
XYZ38.4438.0946.4-
YUV167.48132.81133.36-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.11%
GREEN value IS 162 (63.67% from 255) = 31.58%
BLUE value IS 176 (69.14% from 255) = 34.31%
R=34.11%
G=31.58%
B=34.31%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751621760.010.0800.31295.718.1466.27
HexAFA2B01801F128842
Octal25724226011003745010102
Binary1010111110100010101100001100001111110010100010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA2B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA2B0; }

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

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

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

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

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

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

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

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