Shades of Perano #A4B2DD
Tints of Perano #A4B2DD
RGB
CMYK
RGB Variations
Color information
#A4B2DD (or 0xA4B2DD) is known color: Perano. HEX triplet: A4, B2 and DD. RGB value is (164,178,221). Sum of RGB (Red+Green+Blue) = 164+178+221=563 (74% of max value = 765). Red value is 164 (64.45% from 255 or 29.13% from 563); Green value is 178 (69.92% from 255 or 31.62% from 563); Blue value is 221 (86.72% from 255 or 39.25% from 563); Max value from RGB is 221 - color contains mainly: blue. Hex color #A4B2DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A4B2DD is #5B4D22. Grayscale: #B2B2B2. Windows color (decimal): -5983523 or 14529188. OLE color: 14529188.
HSL color Cylindrical-coordinate representation of color #A4B2DD: hue angle of 225.26º degrees, saturation: 0.46, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A4B2DD is Cyan = 0.26, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 164 | 178 | 221 | - |
| CMYK | 0.26 | 0.19 | 0 | 0.13 |
| HSL | 225.26º | 0.46% | 0.75% | - |
| HSV(B) | 225.26º | 0.26% | 0.87% | - |
| XYZ | 44.28 | 44.95 | 74.75 | - |
| YUV | 178.72 | 151.86 | 117.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 178 | 221 | 0.26 | 0.19 | 0 | 0.13 | 225.26 | 0.46 | 0.75 |
| Hex | A4 | B2 | DD | 1A | 13 | 0 | D | E1 | 2E | 4B |
| Octal | 244 | 262 | 335 | 32 | 23 | 0 | 15 | 341 | 56 | 113 |
| Binary | 10100100 | 10110010 | 11011101 | 11010 | 10011 | 0 | 1101 | 11100001 | 101110 | 1001011 |
Color Harmonies of #A4B2DD
Complementary color
Monochromatic Colors of #A4B2DD
Black with #A4B2DD
Text Example
Text Example
White with #A4B2DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4B2DD; }
p { color: rgb(164,178,221); }
H1.HeaderClassName
{
color: #A4B2DD;
}
.AnyTagClassName
{
color: #A4B2DD;
}
</style>
background-color css
<style>
a { background-color: #A4B2DD; }
a { background-color: rgb(164,178,221); }
div.DivClassName
{
background-color: #A4B2DD;
}
.BgClassName
{
background-color: #A4B2DD;
}
</style>
border-color css
<style>
span { border-color: #A4B2DD; }
span { border-color: rgb(164,178,221); }
td.TdClassName
{
border-color: #A4B2DD;
}
.TagClassName
{
border-color: #A4B2DD;
}
</style>