Shades of Perano #A3B2FF
Tints of Perano #A3B2FF
RGB
CMYK
RGB Variations
Color information
#A3B2FF (or 0xA3B2FF) is known color: Perano. HEX triplet: A3, B2 and FF. RGB value is (163,178,255). Sum of RGB (Red+Green+Blue) = 163+178+255=596 (78% of max value = 765). Red value is 163 (64.06% from 255 or 27.35% from 596); Green value is 178 (69.92% from 255 or 29.87% from 596); Blue value is 255 (100% from 255 or 42.79% from 596); Max value from RGB is 255 - color contains mainly: blue. Hex color #A3B2FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A3B2FF is #5C4D00. Grayscale: #B5B5B5. Windows color (decimal): -6049025 or 16757411. OLE color: 16757411.
HSL color Cylindrical-coordinate representation of color #A3B2FF: hue angle of 230.22º 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 #A3B2FF is Cyan = 0.36, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 163 | 178 | 255 | - |
| CMYK | 0.36 | 0.30 | 0 | 0 |
| HSL | 230.22º | 1% | 0.82% | - |
| HSV(B) | 230.22º | 0.36% | 1% | - |
| XYZ | 49.07 | 46.85 | 101.06 | - |
| YUV | 182.29 | 169.03 | 114.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 178 | 255 | 0.36 | 0.30 | 0 | 0 | 230.22 | 1 | 0.82 |
| Hex | A3 | B2 | FF | 24 | 1E | 0 | 0 | E6 | 64 | 52 |
| Octal | 243 | 262 | 377 | 44 | 36 | 0 | 0 | 346 | 144 | 122 |
| Binary | 10100011 | 10110010 | 11111111 | 100100 | 11110 | 0 | 0 | 11100110 | 1100100 | 1010010 |
Color Harmonies of #A3B2FF
Complementary color
Monochromatic Colors of #A3B2FF
Black with #A3B2FF
Text Example
Text Example
White with #A3B2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3B2FF; }
p { color: rgb(163,178,255); }
H1.HeaderClassName
{
color: #A3B2FF;
}
.AnyTagClassName
{
color: #A3B2FF;
}
</style>
background-color css
<style>
a { background-color: #A3B2FF; }
a { background-color: rgb(163,178,255); }
div.DivClassName
{
background-color: #A3B2FF;
}
.BgClassName
{
background-color: #A3B2FF;
}
</style>
border-color css
<style>
span { border-color: #A3B2FF; }
span { border-color: rgb(163,178,255); }
td.TdClassName
{
border-color: #A3B2FF;
}
.TagClassName
{
border-color: #A3B2FF;
}
</style>