Shades of Perano #A4B2FF
Tints of Perano #A4B2FF
RGB
CMYK
RGB Variations
Color information
#A4B2FF (or 0xA4B2FF) is known color: Perano. HEX triplet: A4, B2 and FF. RGB value is (164,178,255). Sum of RGB (Red+Green+Blue) = 164+178+255=597 (79% of max value = 765). Red value is 164 (64.45% from 255 or 27.47% from 597); Green value is 178 (69.92% from 255 or 29.82% from 597); Blue value is 255 (100% from 255 or 42.71% from 597); Max value from RGB is 255 - color contains mainly: blue. Hex color #A4B2FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A4B2FF is #5B4D00. Grayscale: #B6B6B6. Windows color (decimal): -5983489 or 16757412. OLE color: 16757412.
HSL color Cylindrical-coordinate representation of color #A4B2FF: hue angle of 230.77º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A4B2FF is Cyan = 0.36, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 164 | 178 | 255 | - |
| CMYK | 0.36 | 0.30 | 0 | 0 |
| HSL | 230.77º | 1% | 0.82% | - |
| HSV(B) | 230.77º | 0.36% | 1% | - |
| XYZ | 49.28 | 46.95 | 101.07 | - |
| YUV | 182.59 | 168.86 | 114.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 178 | 255 | 0.36 | 0.30 | 0 | 0 | 230.77 | 1 | 0.82 |
| Hex | A4 | B2 | FF | 24 | 1E | 0 | 0 | E7 | 64 | 52 |
| Octal | 244 | 262 | 377 | 44 | 36 | 0 | 0 | 347 | 144 | 122 |
| Binary | 10100100 | 10110010 | 11111111 | 100100 | 11110 | 0 | 0 | 11100111 | 1100100 | 1010010 |
Color Harmonies of #A4B2FF
Complementary color
Monochromatic Colors of #A4B2FF
Black with #A4B2FF
Text Example
Text Example
White with #A4B2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4B2FF; }
p { color: rgb(164,178,255); }
H1.HeaderClassName
{
color: #A4B2FF;
}
.AnyTagClassName
{
color: #A4B2FF;
}
</style>
background-color css
<style>
a { background-color: #A4B2FF; }
a { background-color: rgb(164,178,255); }
div.DivClassName
{
background-color: #A4B2FF;
}
.BgClassName
{
background-color: #A4B2FF;
}
</style>
border-color css
<style>
span { border-color: #A4B2FF; }
span { border-color: rgb(164,178,255); }
td.TdClassName
{
border-color: #A4B2FF;
}
.TagClassName
{
border-color: #A4B2FF;
}
</style>