Shades of Dark Orchid #A532CF
Tints of Dark Orchid #A532CF
RGB
CMYK
RGB Variations
Color information
#A532CF (or 0xA532CF) is known color: Dark Orchid. HEX triplet: A5, 32 and CF. RGB value is (165,50,207). Sum of RGB (Red+Green+Blue) = 165+50+207=422 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.10% from 422); Green value is 50 (19.92% from 255 or 11.85% from 422); Blue value is 207 (81.25% from 255 or 49.05% from 422); Max value from RGB is 207 - color contains mainly: blue. Hex color #A532CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A532CF is #5ACD30. Grayscale: #656565. Windows color (decimal): -5950769 or 13578917. OLE color: 13578917.
HSL color Cylindrical-coordinate representation of color #A532CF: hue angle of 283.95º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A532CF is Cyan = 0.20, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 165 | 50 | 207 | - |
| CMYK | 0.20 | 0.76 | 0 | 0.19 |
| HSL | 283.95º | 0.62% | 0.5% | - |
| HSV(B) | 283.95º | 0.76% | 0.81% | - |
| XYZ | 27.92 | 14.79 | 60.41 | - |
| YUV | 102.28 | 187.1 | 172.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 50 | 207 | 0.20 | 0.76 | 0 | 0.19 | 283.95 | 0.62 | 0.5 |
| Hex | A5 | 32 | CF | 14 | 4C | 0 | 13 | 11C | 3E | 32 |
| Octal | 245 | 62 | 317 | 24 | 114 | 0 | 23 | 434 | 76 | 62 |
| Binary | 10100101 | 110010 | 11001111 | 10100 | 1001100 | 0 | 10011 | 100011100 | 111110 | 110010 |
Color Harmonies of #A532CF
Complementary color
Monochromatic Colors of #A532CF
Black with #A532CF
Text Example
Text Example
White with #A532CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A532CF; }
p { color: rgb(165,50,207); }
H1.HeaderClassName
{
color: #A532CF;
}
.AnyTagClassName
{
color: #A532CF;
}
</style>
background-color css
<style>
a { background-color: #A532CF; }
a { background-color: rgb(165,50,207); }
div.DivClassName
{
background-color: #A532CF;
}
.BgClassName
{
background-color: #A532CF;
}
</style>
border-color css
<style>
span { border-color: #A532CF; }
span { border-color: rgb(165,50,207); }
td.TdClassName
{
border-color: #A532CF;
}
.TagClassName
{
border-color: #A532CF;
}
</style>