Shades of Perano #A8AFF2
Tints of Perano #A8AFF2
RGB
CMYK
RGB Variations
Color information
#A8AFF2 (or 0xA8AFF2) is known color: Perano. HEX triplet: A8, AF and F2. RGB value is (168,175,242). Sum of RGB (Red+Green+Blue) = 168+175+242=585 (77% of max value = 765). Red value is 168 (66.02% from 255 or 28.72% from 585); Green value is 175 (68.75% from 255 or 29.91% from 585); Blue value is 242 (94.92% from 255 or 41.37% from 585); Max value from RGB is 242 - color contains mainly: blue. Hex color #A8AFF2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A8AFF2 is #57500D. Grayscale: #B4B4B4. Windows color (decimal): -5722126 or 15904680. OLE color: 15904680.
HSL color Cylindrical-coordinate representation of color #A8AFF2: hue angle of 234.32º degrees, saturation: 0.74, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A8AFF2 is Cyan = 0.31, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 168 | 175 | 242 | - |
| CMYK | 0.31 | 0.28 | 0 | 0.05 |
| HSL | 234.32º | 0.74% | 0.8% | - |
| HSV(B) | 234.32º | 0.31% | 0.95% | - |
| XYZ | 47.51 | 45.4 | 90.26 | - |
| YUV | 180.55 | 162.68 | 119.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 175 | 242 | 0.31 | 0.28 | 0 | 0.05 | 234.32 | 0.74 | 0.8 |
| Hex | A8 | AF | F2 | 1F | 1C | 0 | 5 | EA | 4A | 50 |
| Octal | 250 | 257 | 362 | 37 | 34 | 0 | 5 | 352 | 112 | 120 |
| Binary | 10101000 | 10101111 | 11110010 | 11111 | 11100 | 0 | 101 | 11101010 | 1001010 | 1010000 |
Color Harmonies of #A8AFF2
Complementary color
Monochromatic Colors of #A8AFF2
Black with #A8AFF2
Text Example
Text Example
White with #A8AFF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8AFF2; }
p { color: rgb(168,175,242); }
H1.HeaderClassName
{
color: #A8AFF2;
}
.AnyTagClassName
{
color: #A8AFF2;
}
</style>
background-color css
<style>
a { background-color: #A8AFF2; }
a { background-color: rgb(168,175,242); }
div.DivClassName
{
background-color: #A8AFF2;
}
.BgClassName
{
background-color: #A8AFF2;
}
</style>
border-color css
<style>
span { border-color: #A8AFF2; }
span { border-color: rgb(168,175,242); }
td.TdClassName
{
border-color: #A8AFF2;
}
.TagClassName
{
border-color: #A8AFF2;
}
</style>