#AFADD5

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

Shades of Lavender Grey #AFADD5

Tints of Lavender Grey #AFADD5

Color information

#AFADD5 (or 0xAFADD5) is unknown color: approx Lavender Grey. HEX triplet: AF, AD and D5. RGB value is (175,173,213). Sum of RGB (Red+Green+Blue) = 175+173+213=561 (74% of max value = 765). Red value is 175 (68.75% from 255 or 31.19% from 561); Green value is 173 (67.97% from 255 or 30.84% from 561); Blue value is 213 (83.59% from 255 or 37.97% from 561); Max value from RGB is 213 - color contains mainly: blue. Hex color #AFADD5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFADD5 is #50522A. Grayscale: #B2B2B2. Windows color (decimal): -5263915 or 14003631. OLE color: 14003631.

HSL color Cylindrical-coordinate representation of color #AFADD5: hue angle of 243º degrees, saturation: 0.32, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AFADD5 is Cyan = 0.18, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB175173213-
CMYK0.180.1900.16
HSL243º32.26%75.69%-
HSV(B)243º18.78%83.53%-
XYZ44.6343.8169.05-
YUV178.16147.66125.75-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.19%
GREEN value IS 173 (67.97% from 255) = 30.84%
BLUE value IS 213 (83.59% from 255) = 37.97%
R=31.19%
G=30.84%
B=37.97%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1751732130.180.1900.1624332.2675.69
HexAFADD51213010f3204c
Octal257255325222302036340114
Binary1010111110101101110101011001010011010000111100111000001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFADD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFADD5; }

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

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

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

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

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

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

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

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