Shades of Perano #A8ADDC
Tints of Perano #A8ADDC
RGB
CMYK
RGB Variations
Color information
#A8ADDC (or 0xA8ADDC) is known color: Perano. HEX triplet: A8, AD and DC. RGB value is (168,173,220). Sum of RGB (Red+Green+Blue) = 168+173+220=561 (74% of max value = 765). Red value is 168 (66.02% from 255 or 29.95% from 561); Green value is 173 (67.97% from 255 or 30.84% from 561); Blue value is 220 (86.33% from 255 or 39.22% from 561); Max value from RGB is 220 - color contains mainly: blue. Hex color #A8ADDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A8ADDC is #575223. Grayscale: #B0B0B0. Windows color (decimal): -5722660 or 14462376. OLE color: 14462376.
HSL color Cylindrical-coordinate representation of color #A8ADDC: hue angle of 234.23º degrees, saturation: 0.43, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A8ADDC is Cyan = 0.24, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 168 | 173 | 220 | - |
| CMYK | 0.24 | 0.21 | 0 | 0.14 |
| HSL | 234.23º | 0.43% | 0.76% | - |
| HSV(B) | 234.23º | 0.24% | 0.86% | - |
| XYZ | 44.01 | 43.38 | 73.76 | - |
| YUV | 176.86 | 152.34 | 121.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 173 | 220 | 0.24 | 0.21 | 0 | 0.14 | 234.23 | 0.43 | 0.76 |
| Hex | A8 | AD | DC | 18 | 15 | 0 | E | EA | 2B | 4C |
| Octal | 250 | 255 | 334 | 30 | 25 | 0 | 16 | 352 | 53 | 114 |
| Binary | 10101000 | 10101101 | 11011100 | 11000 | 10101 | 0 | 1110 | 11101010 | 101011 | 1001100 |
Color Harmonies of #A8ADDC
Complementary color
Monochromatic Colors of #A8ADDC
Black with #A8ADDC
Text Example
Text Example
White with #A8ADDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8ADDC; }
p { color: rgb(168,173,220); }
H1.HeaderClassName
{
color: #A8ADDC;
}
.AnyTagClassName
{
color: #A8ADDC;
}
</style>
background-color css
<style>
a { background-color: #A8ADDC; }
a { background-color: rgb(168,173,220); }
div.DivClassName
{
background-color: #A8ADDC;
}
.BgClassName
{
background-color: #A8ADDC;
}
</style>
border-color css
<style>
span { border-color: #A8ADDC; }
span { border-color: rgb(168,173,220); }
td.TdClassName
{
border-color: #A8ADDC;
}
.TagClassName
{
border-color: #A8ADDC;
}
</style>