#AFABE5

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

Shades of Lavender Grey #AFABE5

Tints of Lavender Grey #AFABE5

Color information

#AFABE5 (or 0xAFABE5) is unknown color: approx Lavender Grey. HEX triplet: AF, AB and E5. RGB value is (175,171,229). Sum of RGB (Red+Green+Blue) = 175+171+229=575 (76% of max value = 765). Red value is 175 (68.75% from 255 or 30.43% from 575); Green value is 171 (67.19% from 255 or 29.74% from 575); Blue value is 229 (89.84% from 255 or 39.83% from 575); Max value from RGB is 229 - color contains mainly: blue. Hex color #AFABE5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFABE5 is #50541A. Grayscale: #B2B2B2. Windows color (decimal): -5264411 or 15051695. OLE color: 15051695.

HSL color Cylindrical-coordinate representation of color #AFABE5: hue angle of 244.14º degrees, saturation: 0.53, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AFABE5 is Cyan = 0.24, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB175171229-
CMYK0.240.2500.10
HSL244.14º52.73%78.43%-
HSV(B)244.14º25.33%89.8%-
XYZ46.3843.980.16-
YUV178.81156.33125.28-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.43%
GREEN value IS 171 (67.19% from 255) = 29.74%
BLUE value IS 229 (89.84% from 255) = 39.83%
R=30.43%
G=29.74%
B=39.83%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1751712290.240.2500.10244.1452.7378.43
HexAFABE518190Af4354e
Octal257253345303101236465116
Binary101011111010101111100101110001100101010111101001101011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFABE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFABE5; }

 p { color: rgb(175,171,229); }

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

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

 a { background-color: rgb(175,171,229); }

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

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

 span { border-color: rgb(175,171,229); }

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