#AFADE3

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

Shades of Lavender Grey #AFADE3

Tints of Lavender Grey #AFADE3

Color information

#AFADE3 (or 0xAFADE3) is unknown color: approx Lavender Grey. HEX triplet: AF, AD and E3. RGB value is (175,173,227). Sum of RGB (Red+Green+Blue) = 175+173+227=575 (76% of max value = 765). Red value is 175 (68.75% from 255 or 30.43% from 575); Green value is 173 (67.97% from 255 or 30.09% from 575); Blue value is 227 (89.06% from 255 or 39.48% from 575); Max value from RGB is 227 - color contains mainly: blue. Hex color #AFADE3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFADE3 is #50521C. Grayscale: #B3B3B3. Windows color (decimal): -5263901 or 14921135. OLE color: 14921135.

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

Color convert

RGB175173227-
CMYK0.230.2400.11
HSL242.22º49.09%78.43%-
HSV(B)242.22º23.79%89.02%-
XYZ46.4944.5578.82-
YUV179.75154.66124.61-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.43%
GREEN value IS 173 (67.97% from 255) = 30.09%
BLUE value IS 227 (89.06% from 255) = 39.48%
R=30.43%
G=30.09%
B=39.48%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1751732270.230.2400.11242.2249.0978.43
HexAFADE317180Bf2314e
Octal257255343273001336261116
Binary101011111010110111100011101111100001011111100101100011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFADE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFADE3; }

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

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

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

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

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

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

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

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