Shades of Perano #A39CFB
Tints of Perano #A39CFB
RGB
CMYK
RGB Variations
Color information
#A39CFB (or 0xA39CFB) is known color: Perano. HEX triplet: A3, 9C and FB. RGB value is (163,156,251). Sum of RGB (Red+Green+Blue) = 163+156+251=570 (75% of max value = 765). Red value is 163 (64.06% from 255 or 28.60% from 570); Green value is 156 (61.33% from 255 or 27.37% from 570); Blue value is 251 (98.44% from 255 or 44.04% from 570); Max value from RGB is 251 - color contains mainly: blue. Hex color #A39CFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A39CFB is #5C6304. Grayscale: #A8A8A8. Windows color (decimal): -6054661 or 16489635. OLE color: 16489635.
HSL color Cylindrical-coordinate representation of color #A39CFB: hue angle of 244.42º degrees, saturation: 0.92, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A39CFB is Cyan = 0.35, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 163 | 156 | 251 | - |
| CMYK | 0.35 | 0.38 | 0 | 0.02 |
| HSL | 244.42º | 0.92% | 0.8% | - |
| HSV(B) | 244.42º | 0.38% | 0.98% | - |
| XYZ | 44.41 | 38.53 | 96.36 | - |
| YUV | 168.92 | 174.32 | 123.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 156 | 251 | 0.35 | 0.38 | 0 | 0.02 | 244.42 | 0.92 | 0.8 |
| Hex | A3 | 9C | FB | 23 | 26 | 0 | 2 | F4 | 5C | 50 |
| Octal | 243 | 234 | 373 | 43 | 46 | 0 | 2 | 364 | 134 | 120 |
| Binary | 10100011 | 10011100 | 11111011 | 100011 | 100110 | 0 | 10 | 11110100 | 1011100 | 1010000 |
Color Harmonies of #A39CFB
Complementary color
Monochromatic Colors of #A39CFB
Black with #A39CFB
Text Example
Text Example
White with #A39CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A39CFB; }
p { color: rgb(163,156,251); }
H1.HeaderClassName
{
color: #A39CFB;
}
.AnyTagClassName
{
color: #A39CFB;
}
</style>
background-color css
<style>
a { background-color: #A39CFB; }
a { background-color: rgb(163,156,251); }
div.DivClassName
{
background-color: #A39CFB;
}
.BgClassName
{
background-color: #A39CFB;
}
</style>
border-color css
<style>
span { border-color: #A39CFB; }
span { border-color: rgb(163,156,251); }
td.TdClassName
{
border-color: #A39CFB;
}
.TagClassName
{
border-color: #A39CFB;
}
</style>