Shades of Perano #A3AFF2
Tints of Perano #A3AFF2
RGB
CMYK
RGB Variations
Color information
#A3AFF2 (or 0xA3AFF2) is known color: Perano. HEX triplet: A3, AF and F2. RGB value is (163,175,242). Sum of RGB (Red+Green+Blue) = 163+175+242=580 (76% of max value = 765). Red value is 163 (64.06% from 255 or 28.10% from 580); Green value is 175 (68.75% from 255 or 30.17% from 580); Blue value is 242 (94.92% from 255 or 41.72% from 580); Max value from RGB is 242 - color contains mainly: blue. Hex color #A3AFF2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A3AFF2 is #5C500D. Grayscale: #B2B2B2. Windows color (decimal): -6049806 or 15904675. OLE color: 15904675.
HSL color Cylindrical-coordinate representation of color #A3AFF2: hue angle of 230.89º degrees, saturation: 0.75, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A3AFF2 is Cyan = 0.33, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 163 | 175 | 242 | - |
| CMYK | 0.33 | 0.28 | 0 | 0.05 |
| HSL | 230.89º | 0.75% | 0.79% | - |
| HSV(B) | 230.89º | 0.33% | 0.95% | - |
| XYZ | 46.46 | 44.86 | 90.21 | - |
| YUV | 179.05 | 163.52 | 116.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 175 | 242 | 0.33 | 0.28 | 0 | 0.05 | 230.89 | 0.75 | 0.79 |
| Hex | A3 | AF | F2 | 21 | 1C | 0 | 5 | E7 | 4B | 4F |
| Octal | 243 | 257 | 362 | 41 | 34 | 0 | 5 | 347 | 113 | 117 |
| Binary | 10100011 | 10101111 | 11110010 | 100001 | 11100 | 0 | 101 | 11100111 | 1001011 | 1001111 |
Color Harmonies of #A3AFF2
Complementary color
Monochromatic Colors of #A3AFF2
Black with #A3AFF2
Text Example
Text Example
White with #A3AFF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3AFF2; }
p { color: rgb(163,175,242); }
H1.HeaderClassName
{
color: #A3AFF2;
}
.AnyTagClassName
{
color: #A3AFF2;
}
</style>
background-color css
<style>
a { background-color: #A3AFF2; }
a { background-color: rgb(163,175,242); }
div.DivClassName
{
background-color: #A3AFF2;
}
.BgClassName
{
background-color: #A3AFF2;
}
</style>
border-color css
<style>
span { border-color: #A3AFF2; }
span { border-color: rgb(163,175,242); }
td.TdClassName
{
border-color: #A3AFF2;
}
.TagClassName
{
border-color: #A3AFF2;
}
</style>