Shades of Perano #A3B3FE
Tints of Perano #A3B3FE
RGB
CMYK
RGB Variations
Color information
#A3B3FE (or 0xA3B3FE) is known color: Perano. HEX triplet: A3, B3 and FE. RGB value is (163,179,254). Sum of RGB (Red+Green+Blue) = 163+179+254=596 (78% of max value = 765). Red value is 163 (64.06% from 255 or 27.35% from 596); Green value is 179 (70.31% from 255 or 30.03% from 596); Blue value is 254 (99.61% from 255 or 42.62% from 596); Max value from RGB is 254 - color contains mainly: blue. Hex color #A3B3FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A3B3FE is #5C4C01. Grayscale: #B6B6B6. Windows color (decimal): -6048770 or 16692131. OLE color: 16692131.
HSL color Cylindrical-coordinate representation of color #A3B3FE: hue angle of 229.45º 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 #A3B3FE is Cyan = 0.36, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 163 | 179 | 254 | - |
| CMYK | 0.36 | 0.30 | 0 | 0.00 |
| HSL | 229.45º | 0.98% | 0.82% | - |
| HSV(B) | 229.45º | 0.36% | 1% | - |
| XYZ | 49.11 | 47.18 | 100.28 | - |
| YUV | 182.77 | 168.2 | 113.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 179 | 254 | 0.36 | 0.30 | 0 | 0.00 | 229.45 | 0.98 | 0.82 |
| Hex | A3 | B3 | FE | 24 | 1E | 0 | 0 | E5 | 62 | 52 |
| Octal | 243 | 263 | 376 | 44 | 36 | 0 | 0 | 345 | 142 | 122 |
| Binary | 10100011 | 10110011 | 11111110 | 100100 | 11110 | 0 | 0 | 11100101 | 1100010 | 1010010 |
Color Harmonies of #A3B3FE
Complementary color
Monochromatic Colors of #A3B3FE
Black with #A3B3FE
Text Example
Text Example
White with #A3B3FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3B3FE; }
p { color: rgb(163,179,254); }
H1.HeaderClassName
{
color: #A3B3FE;
}
.AnyTagClassName
{
color: #A3B3FE;
}
</style>
background-color css
<style>
a { background-color: #A3B3FE; }
a { background-color: rgb(163,179,254); }
div.DivClassName
{
background-color: #A3B3FE;
}
.BgClassName
{
background-color: #A3B3FE;
}
</style>
border-color css
<style>
span { border-color: #A3B3FE; }
span { border-color: rgb(163,179,254); }
td.TdClassName
{
border-color: #A3B3FE;
}
.TagClassName
{
border-color: #A3B3FE;
}
</style>