#AFADE2

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

Shades of Lavender Grey #AFADE2

Tints of Lavender Grey #AFADE2

Color information

#AFADE2 (or 0xAFADE2) is unknown color: approx Lavender Grey. HEX triplet: AF, AD and E2. RGB value is (175,173,226). Sum of RGB (Red+Green+Blue) = 175+173+226=574 (76% of max value = 765). Red value is 175 (68.75% from 255 or 30.49% from 574); Green value is 173 (67.97% from 255 or 30.14% from 574); Blue value is 226 (88.67% from 255 or 39.37% from 574); Max value from RGB is 226 - color contains mainly: blue. Hex color #AFADE2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFADE2 is #50521D. Grayscale: #B3B3B3. Windows color (decimal): -5263902 or 14855599. OLE color: 14855599.

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

Color convert

RGB175173226-
CMYK0.230.2300.11
HSL242.26º47.75%78.24%-
HSV(B)242.26º23.45%88.63%-
XYZ46.3544.4978.1-
YUV179.64154.16124.69-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.49%
GREEN value IS 173 (67.97% from 255) = 30.14%
BLUE value IS 226 (88.67% from 255) = 39.37%
R=30.49%
G=30.14%
B=39.37%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1751732260.230.2300.11242.2647.7578.24
HexAFADE217170Bf2304e
Octal257255342272701336260116
Binary101011111010110111100010101111011101011111100101100001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFADE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFADE2; }

 p { color: rgb(175,173,226); }

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

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

 a { background-color: rgb(175,173,226); }

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

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

 span { border-color: rgb(175,173,226); }

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