Shades of Perano #A39FFD
Tints of Perano #A39FFD
RGB
CMYK
RGB Variations
Color information
#A39FFD (or 0xA39FFD) is known color: Perano. HEX triplet: A3, 9F and FD. RGB value is (163,159,253). Sum of RGB (Red+Green+Blue) = 163+159+253=575 (76% of max value = 765). Red value is 163 (64.06% from 255 or 28.35% from 575); Green value is 159 (62.5% from 255 or 27.65% from 575); Blue value is 253 (99.22% from 255 or 44% from 575); Max value from RGB is 253 - color contains mainly: blue. Hex color #A39FFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A39FFD is #5C6002. Grayscale: #AAAAAA. Windows color (decimal): -6053891 or 16621475. OLE color: 16621475.
HSL color Cylindrical-coordinate representation of color #A39FFD: hue angle of 242.55º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A39FFD is Cyan = 0.36, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 163 | 159 | 253 | - |
| CMYK | 0.36 | 0.37 | 0 | 0.01 |
| HSL | 242.55º | 0.96% | 0.81% | - |
| HSV(B) | 242.55º | 0.37% | 0.99% | - |
| XYZ | 45.23 | 39.67 | 98.2 | - |
| YUV | 170.91 | 174.33 | 122.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 159 | 253 | 0.36 | 0.37 | 0 | 0.01 | 242.55 | 0.96 | 0.81 |
| Hex | A3 | 9F | FD | 24 | 25 | 0 | 1 | F3 | 60 | 51 |
| Octal | 243 | 237 | 375 | 44 | 45 | 0 | 1 | 363 | 140 | 121 |
| Binary | 10100011 | 10011111 | 11111101 | 100100 | 100101 | 0 | 1 | 11110011 | 1100000 | 1010001 |
Color Harmonies of #A39FFD
Complementary color
Monochromatic Colors of #A39FFD
Black with #A39FFD
Text Example
Text Example
White with #A39FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A39FFD; }
p { color: rgb(163,159,253); }
H1.HeaderClassName
{
color: #A39FFD;
}
.AnyTagClassName
{
color: #A39FFD;
}
</style>
background-color css
<style>
a { background-color: #A39FFD; }
a { background-color: rgb(163,159,253); }
div.DivClassName
{
background-color: #A39FFD;
}
.BgClassName
{
background-color: #A39FFD;
}
</style>
border-color css
<style>
span { border-color: #A39FFD; }
span { border-color: rgb(163,159,253); }
td.TdClassName
{
border-color: #A39FFD;
}
.TagClassName
{
border-color: #A39FFD;
}
</style>