Shades of Perano #A4A3FD
Tints of Perano #A4A3FD
RGB
CMYK
RGB Variations
Color information
#A4A3FD (or 0xA4A3FD) is known color: Perano. HEX triplet: A4, A3 and FD. RGB value is (164,163,253). Sum of RGB (Red+Green+Blue) = 164+163+253=580 (76% of max value = 765). Red value is 164 (64.45% from 255 or 28.28% from 580); Green value is 163 (64.06% from 255 or 28.10% from 580); Blue value is 253 (99.22% from 255 or 43.62% from 580); Max value from RGB is 253 - color contains mainly: blue. Hex color #A4A3FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A4A3FD is #5B5C02. Grayscale: #ADADAD. Windows color (decimal): -5987331 or 16622500. OLE color: 16622500.
HSL color Cylindrical-coordinate representation of color #A4A3FD: hue angle of 240.67º degrees, saturation: 0.96, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A4A3FD is Cyan = 0.35, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 164 | 163 | 253 | - |
| CMYK | 0.35 | 0.36 | 0 | 0.01 |
| HSL | 240.67º | 0.96% | 0.82% | - |
| HSV(B) | 240.67º | 0.36% | 0.99% | - |
| XYZ | 46.14 | 41.18 | 98.45 | - |
| YUV | 173.56 | 172.83 | 121.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 163 | 253 | 0.35 | 0.36 | 0 | 0.01 | 240.67 | 0.96 | 0.82 |
| Hex | A4 | A3 | FD | 23 | 24 | 0 | 1 | F1 | 60 | 52 |
| Octal | 244 | 243 | 375 | 43 | 44 | 0 | 1 | 361 | 140 | 122 |
| Binary | 10100100 | 10100011 | 11111101 | 100011 | 100100 | 0 | 1 | 11110001 | 1100000 | 1010010 |
Color Harmonies of #A4A3FD
Complementary color
Monochromatic Colors of #A4A3FD
Black with #A4A3FD
Text Example
Text Example
White with #A4A3FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4A3FD; }
p { color: rgb(164,163,253); }
H1.HeaderClassName
{
color: #A4A3FD;
}
.AnyTagClassName
{
color: #A4A3FD;
}
</style>
background-color css
<style>
a { background-color: #A4A3FD; }
a { background-color: rgb(164,163,253); }
div.DivClassName
{
background-color: #A4A3FD;
}
.BgClassName
{
background-color: #A4A3FD;
}
</style>
border-color css
<style>
span { border-color: #A4A3FD; }
span { border-color: rgb(164,163,253); }
td.TdClassName
{
border-color: #A4A3FD;
}
.TagClassName
{
border-color: #A4A3FD;
}
</style>