#AF9EB1

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

Shades of Lola #AF9EB1

Tints of Lola #AF9EB1

Color information

#AF9EB1 (or 0xAF9EB1) is unknown color: approx Lola. HEX triplet: AF, 9E and B1. RGB value is (175,158,177). Sum of RGB (Red+Green+Blue) = 175+158+177=510 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.31% from 510); Green value is 158 (62.11% from 255 or 30.98% from 510); Blue value is 177 (69.53% from 255 or 34.71% from 510); Max value from RGB is 177 - color contains mainly: blue. Hex color #AF9EB1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF9EB1 is #50614E. Grayscale: #A5A5A5. Windows color (decimal): -5267791 or 11640495. OLE color: 11640495.

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

Color convert

RGB175158177-
CMYK0.010.1100.31
HSL293.68º10.86%65.69%-
HSV(B)293.68º10.73%69.41%-
XYZ37.8436.7446.69-
YUV165.25134.63134.96-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.31%
GREEN value IS 158 (62.11% from 255) = 30.98%
BLUE value IS 177 (69.53% from 255) = 34.71%
R=34.31%
G=30.98%
B=34.71%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751581770.010.1100.31293.6810.8665.69
HexAF9EB11B01F126b42
Octal25723626111303744613102
Binary1010111110011110101100011101101111110010011010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9EB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9EB1; }

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

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

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

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

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

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

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

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