Shades of Perano #A3AFF3
Tints of Perano #A3AFF3
RGB
CMYK
RGB Variations
Color information
#A3AFF3 (or 0xA3AFF3) is known color: Perano. HEX triplet: A3, AF and F3. RGB value is (163,175,243). Sum of RGB (Red+Green+Blue) = 163+175+243=581 (76% of max value = 765). Red value is 163 (64.06% from 255 or 28.06% from 581); Green value is 175 (68.75% from 255 or 30.12% from 581); Blue value is 243 (95.31% from 255 or 41.82% from 581); Max value from RGB is 243 - color contains mainly: blue. Hex color #A3AFF3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A3AFF3 is #5C500C. Grayscale: #B2B2B2. Windows color (decimal): -6049805 or 15970211. OLE color: 15970211.
HSL color Cylindrical-coordinate representation of color #A3AFF3: hue angle of 231º degrees, saturation: 0.77, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A3AFF3 is Cyan = 0.33, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 163 | 175 | 243 | - |
| CMYK | 0.33 | 0.28 | 0 | 0.05 |
| HSL | 231º | 0.77% | 0.8% | - |
| HSV(B) | 231º | 0.33% | 0.95% | - |
| XYZ | 46.61 | 44.92 | 91.01 | - |
| YUV | 179.16 | 164.02 | 116.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 175 | 243 | 0.33 | 0.28 | 0 | 0.05 | 231 | 0.77 | 0.8 |
| Hex | A3 | AF | F3 | 21 | 1C | 0 | 5 | E7 | 4D | 50 |
| Octal | 243 | 257 | 363 | 41 | 34 | 0 | 5 | 347 | 115 | 120 |
| Binary | 10100011 | 10101111 | 11110011 | 100001 | 11100 | 0 | 101 | 11100111 | 1001101 | 1010000 |
Color Harmonies of #A3AFF3
Complementary color
Monochromatic Colors of #A3AFF3
Black with #A3AFF3
Text Example
Text Example
White with #A3AFF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3AFF3; }
p { color: rgb(163,175,243); }
H1.HeaderClassName
{
color: #A3AFF3;
}
.AnyTagClassName
{
color: #A3AFF3;
}
</style>
background-color css
<style>
a { background-color: #A3AFF3; }
a { background-color: rgb(163,175,243); }
div.DivClassName
{
background-color: #A3AFF3;
}
.BgClassName
{
background-color: #A3AFF3;
}
</style>
border-color css
<style>
span { border-color: #A3AFF3; }
span { border-color: rgb(163,175,243); }
td.TdClassName
{
border-color: #A3AFF3;
}
.TagClassName
{
border-color: #A3AFF3;
}
</style>