Shades of Lavender Grey #AFADDA
Tints of Lavender Grey #AFADDA
RGB
CMYK
RGB Variations
Color information
#AFADDA (or 0xAFADDA) is known color: Lavender Grey. HEX triplet: AF, AD and DA. RGB value is (175,173,218). Sum of RGB (Red+Green+Blue) = 175+173+218=566 (74% of max value = 765). Red value is 175 (68.75% from 255 or 30.92% from 566); Green value is 173 (67.97% from 255 or 30.57% from 566); Blue value is 218 (85.55% from 255 or 38.52% from 566); Max value from RGB is 218 - color contains mainly: blue. Hex color #AFADDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFADDA is #505225. Grayscale: #B2B2B2. Windows color (decimal): -5263910 or 14331311. OLE color: 14331311.
HSL color Cylindrical-coordinate representation of color #AFADDA: hue angle of 242.67º degrees, saturation: 0.38, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AFADDA is Cyan = 0.20, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
RGB | 175 | 173 | 218 | - |
CMYK | 0.20 | 0.21 | 0 | 0.15 |
HSL | 242.67º | 0.38% | 0.77% | - |
HSV(B) | 242.67º | 0.21% | 0.85% | - |
XYZ | 45.28 | 44.06 | 72.45 | - |
YUV | 178.73 | 150.16 | 125.34 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 175 | 173 | 218 | 0.20 | 0.21 | 0 | 0.15 | 242.67 | 0.38 | 0.77 |
Hex | AF | AD | DA | 14 | 15 | 0 | F | F3 | 26 | 4D |
Octal | 257 | 255 | 332 | 24 | 25 | 0 | 17 | 363 | 46 | 115 |
Binary | 10101111 | 10101101 | 11011010 | 10100 | 10101 | 0 | 1111 | 11110011 | 100110 | 1001101 |
Color Harmonies of #AFADDA
Complementary color
Monochromatic Colors of #AFADDA
Black with #AFADDA
Text Example
Text Example
White with #AFADDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFADDA; }
p { color: rgb(175,173,218); }
H1.HeaderClassName
{
color: #AFADDA;
}
.AnyTagClassName
{
color: #AFADDA;
}
</style>
background-color css
<style>
a { background-color: #AFADDA; }
a { background-color: rgb(175,173,218); }
div.DivClassName
{
background-color: #AFADDA;
}
.BgClassName
{
background-color: #AFADDA;
}
</style>
border-color css
<style>
span { border-color: #AFADDA; }
span { border-color: rgb(175,173,218); }
td.TdClassName
{
border-color: #AFADDA;
}
.TagClassName
{
border-color: #AFADDA;
}
</style>