Html Css Color HEX #AFA2B0 Lola

📋 copy color: '#AFA2B0'

red 175 ◦ green 162 ◦ blue 176

#AFA2B0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lola #AFA2B0

Tints of Lola #AFA2B0

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 value IS 0.01

 M value IS 0.08

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#AFA2B0 (or 0xAFA2B0) is known color: 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

RGB 175 162 176 -
CMYK 0.01 0.08 0 0.31
HSL 295.71º 0.08% 0.66% -
HSV(B) 295.71º 0.08% 0.69% -
XYZ 38.44 38.09 46.4 -
YUV 167.48 132.81 133.36 -
System Red Green Blue C M Y K H S L
Decimal 175 162 176 0.01 0.08 0 0.31 295.71 0.08 0.66
Hex AF A2 B0 1 8 0 1F 128 8 42
Octal 257 242 260 1 10 0 37 450 10 102
Binary 10101111 10100010 10110000 1 1000 0 11111 100101000 1000 1000010

Color Harmonies of #AFA2B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA2B0

Black with #AFA2B0

Text Example


Text Example

White with #AFA2B0

Text Example


Text Example

HTML Codes & Css Web 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>