Shades of Perano #A3A3ED
Tints of Perano #A3A3ED
RGB
CMYK
RGB Variations
Color information
#A3A3ED (or 0xA3A3ED) is known color: Perano. HEX triplet: A3, A3 and ED. RGB value is (163,163,237). Sum of RGB (Red+Green+Blue) = 163+163+237=563 (74% of max value = 765). Red value is 163 (64.06% from 255 or 28.95% from 563); Green value is 163 (64.06% from 255 or 28.95% from 563); Blue value is 237 (92.97% from 255 or 42.10% from 563); Max value from RGB is 237 - color contains mainly: blue. Hex color #A3A3ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A3A3ED is #5C5C12. Grayscale: #ABABAB. Windows color (decimal): -6052883 or 15573923. OLE color: 15573923.
HSL color Cylindrical-coordinate representation of color #A3A3ED: hue angle of 240º degrees, saturation: 0.67, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A3A3ED is Cyan = 0.31, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 163 | 163 | 237 | - |
| CMYK | 0.31 | 0.31 | 0 | 0.07 |
| HSL | 240º | 0.67% | 0.78% | - |
| HSV(B) | 240º | 0.31% | 0.93% | - |
| XYZ | 43.49 | 40.1 | 85.57 | - |
| YUV | 171.44 | 165 | 121.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 163 | 237 | 0.31 | 0.31 | 0 | 0.07 | 240 | 0.67 | 0.78 |
| Hex | A3 | A3 | ED | 1F | 1F | 0 | 7 | F0 | 43 | 4E |
| Octal | 243 | 243 | 355 | 37 | 37 | 0 | 7 | 360 | 103 | 116 |
| Binary | 10100011 | 10100011 | 11101101 | 11111 | 11111 | 0 | 111 | 11110000 | 1000011 | 1001110 |
Color Harmonies of #A3A3ED
Complementary color
Monochromatic Colors of #A3A3ED
Black with #A3A3ED
Text Example
Text Example
White with #A3A3ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3A3ED; }
p { color: rgb(163,163,237); }
H1.HeaderClassName
{
color: #A3A3ED;
}
.AnyTagClassName
{
color: #A3A3ED;
}
</style>
background-color css
<style>
a { background-color: #A3A3ED; }
a { background-color: rgb(163,163,237); }
div.DivClassName
{
background-color: #A3A3ED;
}
.BgClassName
{
background-color: #A3A3ED;
}
</style>
border-color css
<style>
span { border-color: #A3A3ED; }
span { border-color: rgb(163,163,237); }
td.TdClassName
{
border-color: #A3A3ED;
}
.TagClassName
{
border-color: #A3A3ED;
}
</style>