Shades of Perano #A8A4F3
Tints of Perano #A8A4F3
RGB
CMYK
RGB Variations
Color information
#A8A4F3 (or 0xA8A4F3) is known color: Perano. HEX triplet: A8, A4 and F3. RGB value is (168,164,243). Sum of RGB (Red+Green+Blue) = 168+164+243=575 (76% of max value = 765). Red value is 168 (66.02% from 255 or 29.22% from 575); Green value is 164 (64.45% from 255 or 28.52% from 575); Blue value is 243 (95.31% from 255 or 42.26% from 575); Max value from RGB is 243 - color contains mainly: blue. Hex color #A8A4F3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A8A4F3 is #575B0C. Grayscale: #ADADAD. Windows color (decimal): -5724941 or 15967400. OLE color: 15967400.
HSL color Cylindrical-coordinate representation of color #A8A4F3: hue angle of 243.04º 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 #A8A4F3 is Cyan = 0.31, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 168 | 164 | 243 | - |
| CMYK | 0.31 | 0.33 | 0 | 0.05 |
| HSL | 243.04º | 0.77% | 0.8% | - |
| HSV(B) | 243.04º | 0.33% | 0.95% | - |
| XYZ | 45.6 | 41.35 | 90.37 | - |
| YUV | 174.2 | 166.83 | 123.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 164 | 243 | 0.31 | 0.33 | 0 | 0.05 | 243.04 | 0.77 | 0.8 |
| Hex | A8 | A4 | F3 | 1F | 21 | 0 | 5 | F3 | 4D | 50 |
| Octal | 250 | 244 | 363 | 37 | 41 | 0 | 5 | 363 | 115 | 120 |
| Binary | 10101000 | 10100100 | 11110011 | 11111 | 100001 | 0 | 101 | 11110011 | 1001101 | 1010000 |
Color Harmonies of #A8A4F3
Complementary color
Monochromatic Colors of #A8A4F3
Black with #A8A4F3
Text Example
Text Example
White with #A8A4F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8A4F3; }
p { color: rgb(168,164,243); }
H1.HeaderClassName
{
color: #A8A4F3;
}
.AnyTagClassName
{
color: #A8A4F3;
}
</style>
background-color css
<style>
a { background-color: #A8A4F3; }
a { background-color: rgb(168,164,243); }
div.DivClassName
{
background-color: #A8A4F3;
}
.BgClassName
{
background-color: #A8A4F3;
}
</style>
border-color css
<style>
span { border-color: #A8A4F3; }
span { border-color: rgb(168,164,243); }
td.TdClassName
{
border-color: #A8A4F3;
}
.TagClassName
{
border-color: #A8A4F3;
}
</style>