Shades of Dark Orchid #A532CB
Tints of Dark Orchid #A532CB
RGB
CMYK
RGB Variations
Color information
#A532CB (or 0xA532CB) is known color: Dark Orchid. HEX triplet: A5, 32 and CB. RGB value is (165,50,203). Sum of RGB (Red+Green+Blue) = 165+50+203=418 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.47% from 418); Green value is 50 (19.92% from 255 or 11.96% from 418); Blue value is 203 (79.69% from 255 or 48.56% from 418); Max value from RGB is 203 - color contains mainly: blue. Hex color #A532CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A532CB is #5ACD34. Grayscale: #656565. Windows color (decimal): -5950773 or 13316773. OLE color: 13316773.
HSL color Cylindrical-coordinate representation of color #A532CB: hue angle of 285.1º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A532CB is Cyan = 0.19, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 165 | 50 | 203 | - |
| CMYK | 0.19 | 0.75 | 0 | 0.20 |
| HSL | 285.1º | 0.6% | 0.5% | - |
| HSV(B) | 285.1º | 0.75% | 0.8% | - |
| XYZ | 27.44 | 14.59 | 57.87 | - |
| YUV | 101.83 | 185.1 | 173.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 50 | 203 | 0.19 | 0.75 | 0 | 0.20 | 285.1 | 0.6 | 0.5 |
| Hex | A5 | 32 | CB | 13 | 4B | 0 | 14 | 11D | 3C | 32 |
| Octal | 245 | 62 | 313 | 23 | 113 | 0 | 24 | 435 | 74 | 62 |
| Binary | 10100101 | 110010 | 11001011 | 10011 | 1001011 | 0 | 10100 | 100011101 | 111100 | 110010 |
Color Harmonies of #A532CB
Complementary color
Monochromatic Colors of #A532CB
Black with #A532CB
Text Example
Text Example
White with #A532CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A532CB; }
p { color: rgb(165,50,203); }
H1.HeaderClassName
{
color: #A532CB;
}
.AnyTagClassName
{
color: #A532CB;
}
</style>
background-color css
<style>
a { background-color: #A532CB; }
a { background-color: rgb(165,50,203); }
div.DivClassName
{
background-color: #A532CB;
}
.BgClassName
{
background-color: #A532CB;
}
</style>
border-color css
<style>
span { border-color: #A532CB; }
span { border-color: rgb(165,50,203); }
td.TdClassName
{
border-color: #A532CB;
}
.TagClassName
{
border-color: #A532CB;
}
</style>