Shades of Perano #A2A5FE
Tints of Perano #A2A5FE
RGB
CMYK
RGB Variations
Color information
#A2A5FE (or 0xA2A5FE) is known color: Perano. HEX triplet: A2, A5 and FE. RGB value is (162,165,254). Sum of RGB (Red+Green+Blue) = 162+165+254=581 (76% of max value = 765). Red value is 162 (63.67% from 255 or 27.88% from 581); Green value is 165 (64.84% from 255 or 28.40% from 581); Blue value is 254 (99.61% from 255 or 43.72% from 581); Max value from RGB is 254 - color contains mainly: blue. Hex color #A2A5FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A2A5FE is #5D5A01. Grayscale: #ADADAD. Windows color (decimal): -6117890 or 16688546. OLE color: 16688546.
HSL color Cylindrical-coordinate representation of color #A2A5FE: hue angle of 238.04º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A2A5FE is Cyan = 0.36, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 162 | 165 | 254 | - |
| CMYK | 0.36 | 0.35 | 0 | 0.00 |
| HSL | 238.04º | 0.98% | 0.82% | - |
| HSV(B) | 238.04º | 0.36% | 1% | - |
| XYZ | 46.24 | 41.75 | 99.39 | - |
| YUV | 174.25 | 173.01 | 119.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 165 | 254 | 0.36 | 0.35 | 0 | 0.00 | 238.04 | 0.98 | 0.82 |
| Hex | A2 | A5 | FE | 24 | 23 | 0 | 0 | EE | 62 | 52 |
| Octal | 242 | 245 | 376 | 44 | 43 | 0 | 0 | 356 | 142 | 122 |
| Binary | 10100010 | 10100101 | 11111110 | 100100 | 100011 | 0 | 0 | 11101110 | 1100010 | 1010010 |
Color Harmonies of #A2A5FE
Complementary color
Monochromatic Colors of #A2A5FE
Black with #A2A5FE
Text Example
Text Example
White with #A2A5FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2A5FE; }
p { color: rgb(162,165,254); }
H1.HeaderClassName
{
color: #A2A5FE;
}
.AnyTagClassName
{
color: #A2A5FE;
}
</style>
background-color css
<style>
a { background-color: #A2A5FE; }
a { background-color: rgb(162,165,254); }
div.DivClassName
{
background-color: #A2A5FE;
}
.BgClassName
{
background-color: #A2A5FE;
}
</style>
border-color css
<style>
span { border-color: #A2A5FE; }
span { border-color: rgb(162,165,254); }
td.TdClassName
{
border-color: #A2A5FE;
}
.TagClassName
{
border-color: #A2A5FE;
}
</style>