Shades of Dark Orchid #A827CA
Tints of Dark Orchid #A827CA
RGB
CMYK
RGB Variations
Color information
#A827CA (or 0xA827CA) is known color: Dark Orchid. HEX triplet: A8, 27 and CA. RGB value is (168,39,202). Sum of RGB (Red+Green+Blue) = 168+39+202=409 (54% of max value = 765). Red value is 168 (66.02% from 255 or 41.08% from 409); Green value is 39 (15.62% from 255 or 9.54% from 409); Blue value is 202 (79.30% from 255 or 49.39% from 409); Max value from RGB is 202 - color contains mainly: blue. Hex color #A827CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A827CA is #57D835. Grayscale: #5F5F5F. Windows color (decimal): -5756982 or 13248424. OLE color: 13248424.
HSL color Cylindrical-coordinate representation of color #A827CA: hue angle of 287.48º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A827CA is Cyan = 0.17, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 168 | 39 | 202 | - |
| CMYK | 0.17 | 0.81 | 0 | 0.21 |
| HSL | 287.48º | 0.68% | 0.47% | - |
| HSV(B) | 287.48º | 0.81% | 0.79% | - |
| XYZ | 27.53 | 14.04 | 57.14 | - |
| YUV | 96.15 | 187.74 | 179.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 39 | 202 | 0.17 | 0.81 | 0 | 0.21 | 287.48 | 0.68 | 0.47 |
| Hex | A8 | 27 | CA | 11 | 51 | 0 | 15 | 11F | 44 | 2F |
| Octal | 250 | 47 | 312 | 21 | 121 | 0 | 25 | 437 | 104 | 57 |
| Binary | 10101000 | 100111 | 11001010 | 10001 | 1010001 | 0 | 10101 | 100011111 | 1000100 | 101111 |
Color Harmonies of #A827CA
Complementary color
Monochromatic Colors of #A827CA
Black with #A827CA
Text Example
Text Example
White with #A827CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A827CA; }
p { color: rgb(168,39,202); }
H1.HeaderClassName
{
color: #A827CA;
}
.AnyTagClassName
{
color: #A827CA;
}
</style>
background-color css
<style>
a { background-color: #A827CA; }
a { background-color: rgb(168,39,202); }
div.DivClassName
{
background-color: #A827CA;
}
.BgClassName
{
background-color: #A827CA;
}
</style>
border-color css
<style>
span { border-color: #A827CA; }
span { border-color: rgb(168,39,202); }
td.TdClassName
{
border-color: #A827CA;
}
.TagClassName
{
border-color: #A827CA;
}
</style>