Shades of Perano #A8A8F9
Tints of Perano #A8A8F9
RGB
CMYK
RGB Variations
Color information
#A8A8F9 (or 0xA8A8F9) is known color: Perano. HEX triplet: A8, A8 and F9. RGB value is (168,168,249). Sum of RGB (Red+Green+Blue) = 168+168+249=585 (77% of max value = 765). Red value is 168 (66.02% from 255 or 28.72% from 585); Green value is 168 (66.02% from 255 or 28.72% from 585); Blue value is 249 (97.66% from 255 or 42.56% from 585); Max value from RGB is 249 - color contains mainly: blue. Hex color #A8A8F9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A8A8F9 is #575706. Grayscale: #B0B0B0. Windows color (decimal): -5723911 or 16361640. OLE color: 16361640.
HSL color Cylindrical-coordinate representation of color #A8A8F9: hue angle of 240º degrees, saturation: 0.87, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A8A8F9 is Cyan = 0.33, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 168 | 168 | 249 | - |
CMYK | 0.33 | 0.33 | 0 | 0.02 |
HSL | 240º | 0.87% | 0.82% | - |
HSV(B) | 240º | 0.33% | 0.98% | - |
XYZ | 47.25 | 43.17 | 95.46 | - |
YUV | 177.23 | 168.5 | 121.41 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 168 | 168 | 249 | 0.33 | 0.33 | 0 | 0.02 | 240 | 0.87 | 0.82 |
Hex | A8 | A8 | F9 | 21 | 21 | 0 | 2 | F0 | 57 | 52 |
Octal | 250 | 250 | 371 | 41 | 41 | 0 | 2 | 360 | 127 | 122 |
Binary | 10101000 | 10101000 | 11111001 | 100001 | 100001 | 0 | 10 | 11110000 | 1010111 | 1010010 |
Color Harmonies of #A8A8F9
Complementary color
Monochromatic Colors of #A8A8F9
Black with #A8A8F9
Text Example
Text Example
White with #A8A8F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8A8F9; }
p { color: rgb(168,168,249); }
H1.HeaderClassName
{
color: #A8A8F9;
}
.AnyTagClassName
{
color: #A8A8F9;
}
</style>
background-color css
<style>
a { background-color: #A8A8F9; }
a { background-color: rgb(168,168,249); }
div.DivClassName
{
background-color: #A8A8F9;
}
.BgClassName
{
background-color: #A8A8F9;
}
</style>
border-color css
<style>
span { border-color: #A8A8F9; }
span { border-color: rgb(168,168,249); }
td.TdClassName
{
border-color: #A8A8F9;
}
.TagClassName
{
border-color: #A8A8F9;
}
</style>