#AFABE4

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

Shades of Lavender Grey #AFABE4

Tints of Lavender Grey #AFABE4

Color information

#AFABE4 (or 0xAFABE4) is unknown color: approx Lavender Grey. HEX triplet: AF, AB and E4. RGB value is (175,171,228). Sum of RGB (Red+Green+Blue) = 175+171+228=574 (76% of max value = 765). Red value is 175 (68.75% from 255 or 30.49% from 574); Green value is 171 (67.19% from 255 or 29.79% from 574); Blue value is 228 (89.45% from 255 or 39.72% from 574); Max value from RGB is 228 - color contains mainly: blue. Hex color #AFABE4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFABE4 is #50541B. Grayscale: #B2B2B2. Windows color (decimal): -5264412 or 14986159. OLE color: 14986159.

HSL color Cylindrical-coordinate representation of color #AFABE4: hue angle of 244.21º degrees, saturation: 0.51, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AFABE4 is Cyan = 0.23, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB175171228-
CMYK0.230.2500.11
HSL244.21º51.35%78.24%-
HSV(B)244.21º25%89.41%-
XYZ46.2543.8479.42-
YUV178.69155.83125.37-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.49%
GREEN value IS 171 (67.19% from 255) = 29.79%
BLUE value IS 228 (89.45% from 255) = 39.72%
R=30.49%
G=29.79%
B=39.72%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1751712280.230.2500.11244.2151.3578.24
HexAFABE417190Bf4334e
Octal257253344273101336463116
Binary101011111010101111100100101111100101011111101001100111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFABE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFABE4; }

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

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

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

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

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

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

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

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