Shades of Dark Orchid #A527CB
Tints of Dark Orchid #A527CB
RGB
CMYK
RGB Variations
Color information
#A527CB (or 0xA527CB) is known color: Dark Orchid. HEX triplet: A5, 27 and CB. RGB value is (165,39,203). Sum of RGB (Red+Green+Blue) = 165+39+203=407 (53% of max value = 765). Red value is 165 (64.84% from 255 or 40.54% from 407); Green value is 39 (15.62% from 255 or 9.58% from 407); Blue value is 203 (79.69% from 255 or 49.88% from 407); Max value from RGB is 203 - color contains mainly: blue. Hex color #A527CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A527CB is #5AD834. Grayscale: #5E5E5E. Windows color (decimal): -5953589 or 13313957. OLE color: 13313957.
HSL color Cylindrical-coordinate representation of color #A527CB: hue angle of 286.1º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A527CB is Cyan = 0.19, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 165 | 39 | 203 | - |
| CMYK | 0.19 | 0.81 | 0 | 0.20 |
| HSL | 286.1º | 0.68% | 0.47% | - |
| HSV(B) | 286.1º | 0.81% | 0.8% | - |
| XYZ | 27.02 | 13.76 | 57.73 | - |
| YUV | 95.37 | 188.74 | 177.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 39 | 203 | 0.19 | 0.81 | 0 | 0.20 | 286.1 | 0.68 | 0.47 |
| Hex | A5 | 27 | CB | 13 | 51 | 0 | 14 | 11E | 44 | 2F |
| Octal | 245 | 47 | 313 | 23 | 121 | 0 | 24 | 436 | 104 | 57 |
| Binary | 10100101 | 100111 | 11001011 | 10011 | 1010001 | 0 | 10100 | 100011110 | 1000100 | 101111 |
Color Harmonies of #A527CB
Complementary color
Monochromatic Colors of #A527CB
Black with #A527CB
Text Example
Text Example
White with #A527CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A527CB; }
p { color: rgb(165,39,203); }
H1.HeaderClassName
{
color: #A527CB;
}
.AnyTagClassName
{
color: #A527CB;
}
</style>
background-color css
<style>
a { background-color: #A527CB; }
a { background-color: rgb(165,39,203); }
div.DivClassName
{
background-color: #A527CB;
}
.BgClassName
{
background-color: #A527CB;
}
</style>
border-color css
<style>
span { border-color: #A527CB; }
span { border-color: rgb(165,39,203); }
td.TdClassName
{
border-color: #A527CB;
}
.TagClassName
{
border-color: #A527CB;
}
</style>