Shades of Perano #A09CFD
Tints of Perano #A09CFD
RGB
CMYK
RGB Variations
Color information
#A09CFD (or 0xA09CFD) is known color: Perano. HEX triplet: A0, 9C and FD. RGB value is (160,156,253). Sum of RGB (Red+Green+Blue) = 160+156+253=569 (75% of max value = 765). Red value is 160 (62.89% from 255 or 28.12% from 569); Green value is 156 (61.33% from 255 or 27.42% from 569); Blue value is 253 (99.22% from 255 or 44.46% from 569); Max value from RGB is 253 - color contains mainly: blue. Hex color #A09CFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A09CFD is #5F6302. Grayscale: #A7A7A7. Windows color (decimal): -6251267 or 16620704. OLE color: 16620704.
HSL color Cylindrical-coordinate representation of color #A09CFD: hue angle of 242.47º degrees, saturation: 0.96, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A09CFD is Cyan = 0.37, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 160 | 156 | 253 | - |
| CMYK | 0.37 | 0.38 | 0 | 0.01 |
| HSL | 242.47º | 0.96% | 0.8% | - |
| HSV(B) | 242.47º | 0.38% | 0.99% | - |
| XYZ | 44.12 | 38.34 | 98 | - |
| YUV | 168.25 | 175.83 | 122.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 156 | 253 | 0.37 | 0.38 | 0 | 0.01 | 242.47 | 0.96 | 0.8 |
| Hex | A0 | 9C | FD | 25 | 26 | 0 | 1 | F2 | 60 | 50 |
| Octal | 240 | 234 | 375 | 45 | 46 | 0 | 1 | 362 | 140 | 120 |
| Binary | 10100000 | 10011100 | 11111101 | 100101 | 100110 | 0 | 1 | 11110010 | 1100000 | 1010000 |
Color Harmonies of #A09CFD
Complementary color
Monochromatic Colors of #A09CFD
Black with #A09CFD
Text Example
Text Example
White with #A09CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A09CFD; }
p { color: rgb(160,156,253); }
H1.HeaderClassName
{
color: #A09CFD;
}
.AnyTagClassName
{
color: #A09CFD;
}
</style>
background-color css
<style>
a { background-color: #A09CFD; }
a { background-color: rgb(160,156,253); }
div.DivClassName
{
background-color: #A09CFD;
}
.BgClassName
{
background-color: #A09CFD;
}
</style>
border-color css
<style>
span { border-color: #A09CFD; }
span { border-color: rgb(160,156,253); }
td.TdClassName
{
border-color: #A09CFD;
}
.TagClassName
{
border-color: #A09CFD;
}
</style>