Shades of Perano #A4ADE6
Tints of Perano #A4ADE6
RGB
CMYK
RGB Variations
Color information
#A4ADE6 (or 0xA4ADE6) is known color: Perano. HEX triplet: A4, AD and E6. RGB value is (164,173,230). Sum of RGB (Red+Green+Blue) = 164+173+230=567 (75% of max value = 765). Red value is 164 (64.45% from 255 or 28.92% from 567); Green value is 173 (67.97% from 255 or 30.51% from 567); Blue value is 230 (90.23% from 255 or 40.56% from 567); Max value from RGB is 230 - color contains mainly: blue. Hex color #A4ADE6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A4ADE6 is #5B5219. Grayscale: #B0B0B0. Windows color (decimal): -5984794 or 15117732. OLE color: 15117732.
HSL color Cylindrical-coordinate representation of color #A4ADE6: hue angle of 231.82º degrees, saturation: 0.57, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A4ADE6 is Cyan = 0.29, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 164 | 173 | 230 | - |
| CMYK | 0.29 | 0.25 | 0 | 0.10 |
| HSL | 231.82º | 0.57% | 0.77% | - |
| HSV(B) | 231.82º | 0.29% | 0.9% | - |
| XYZ | 44.54 | 43.49 | 80.91 | - |
| YUV | 176.81 | 158.02 | 118.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 173 | 230 | 0.29 | 0.25 | 0 | 0.10 | 231.82 | 0.57 | 0.77 |
| Hex | A4 | AD | E6 | 1D | 19 | 0 | A | E8 | 39 | 4D |
| Octal | 244 | 255 | 346 | 35 | 31 | 0 | 12 | 350 | 71 | 115 |
| Binary | 10100100 | 10101101 | 11100110 | 11101 | 11001 | 0 | 1010 | 11101000 | 111001 | 1001101 |
Color Harmonies of #A4ADE6
Complementary color
Monochromatic Colors of #A4ADE6
Black with #A4ADE6
Text Example
Text Example
White with #A4ADE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4ADE6; }
p { color: rgb(164,173,230); }
H1.HeaderClassName
{
color: #A4ADE6;
}
.AnyTagClassName
{
color: #A4ADE6;
}
</style>
background-color css
<style>
a { background-color: #A4ADE6; }
a { background-color: rgb(164,173,230); }
div.DivClassName
{
background-color: #A4ADE6;
}
.BgClassName
{
background-color: #A4ADE6;
}
</style>
border-color css
<style>
span { border-color: #A4ADE6; }
span { border-color: rgb(164,173,230); }
td.TdClassName
{
border-color: #A4ADE6;
}
.TagClassName
{
border-color: #A4ADE6;
}
</style>