Html Css Color HEX #AF9FB1 Lola

📋 copy color: '#AF9FB1'

red 175 ◦ green 159 ◦ blue 177

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

Shades of Lola #AF9FB1

Tints of Lola #AF9FB1

RGB

 RED value IS 175 (68.75% from 255) = 34.25%

 GREEN value IS 159 (62.5% from 255) = 31.12%

 BLUE value IS 177 (69.53% from 255) = 34.64%

R = 34.25%
G = 31.12%
B = 34.64%

CMYK

 C value IS 0.01

 M value IS 0.10

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#AF9FB1 (or 0xAF9FB1) is known color: Lola. HEX triplet: AF, 9F and B1. RGB value is (175,159,177). Sum of RGB (Red+Green+Blue) = 175+159+177=511 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.25% from 511); Green value is 159 (62.5% from 255 or 31.12% from 511); Blue value is 177 (69.53% from 255 or 34.64% from 511); Max value from RGB is 177 - color contains mainly: blue. Hex color #AF9FB1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF9FB1 is #50604E. Grayscale: #A5A5A5. Windows color (decimal): -5267535 or 11640751. OLE color: 11640751.

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

Color convert

RGB 175 159 177 -
CMYK 0.01 0.10 0 0.31
HSL 293.33º 0.1% 0.66% -
HSV(B) 293.33º 0.1% 0.69% -
XYZ 38.01 37.08 46.75 -
YUV 165.84 134.3 134.54 -
System Red Green Blue C M Y K H S L
Decimal 175 159 177 0.01 0.10 0 0.31 293.33 0.1 0.66
Hex AF 9F B1 1 A 0 1F 125 A 42
Octal 257 237 261 1 12 0 37 445 12 102
Binary 10101111 10011111 10110001 1 1010 0 11111 100100101 1010 1000010

Color Harmonies of #AF9FB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF9FB1

Black with #AF9FB1

Text Example


Text Example

White with #AF9FB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF9FB1; }

 p { color: rgb(175,159,177); }

 H1.HeaderClassName
 {
   color: #AF9FB1;
 }
 .AnyTagClassName
 {
   color: #AF9FB1;
 }
</style>

background-color css

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

 a { background-color: rgb(175,159,177); }

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

border-color css

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

 span { border-color: rgb(175,159,177); }

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