Shades of Dark Orchid #A830CA
Tints of Dark Orchid #A830CA
RGB
CMYK
RGB Variations
Color information
#A830CA (or 0xA830CA) is known color: Dark Orchid. HEX triplet: A8, 30 and CA. RGB value is (168,48,202). Sum of RGB (Red+Green+Blue) = 168+48+202=418 (55% of max value = 765). Red value is 168 (66.02% from 255 or 40.19% from 418); Green value is 48 (19.14% from 255 or 11.48% from 418); Blue value is 202 (79.30% from 255 or 48.33% from 418); Max value from RGB is 202 - color contains mainly: blue. Hex color #A830CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A830CA is #57CF35. Grayscale: #646464. Windows color (decimal): -5754678 or 13250728. OLE color: 13250728.
HSL color Cylindrical-coordinate representation of color #A830CA: hue angle of 286.75º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A830CA is Cyan = 0.17, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 168 | 48 | 202 | - |
| CMYK | 0.17 | 0.76 | 0 | 0.21 |
| HSL | 286.75º | 0.62% | 0.49% | - |
| HSV(B) | 286.75º | 0.76% | 0.79% | - |
| XYZ | 27.87 | 14.7 | 57.25 | - |
| YUV | 101.44 | 184.76 | 175.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 48 | 202 | 0.17 | 0.76 | 0 | 0.21 | 286.75 | 0.62 | 0.49 |
| Hex | A8 | 30 | CA | 11 | 4C | 0 | 15 | 11F | 3E | 31 |
| Octal | 250 | 60 | 312 | 21 | 114 | 0 | 25 | 437 | 76 | 61 |
| Binary | 10101000 | 110000 | 11001010 | 10001 | 1001100 | 0 | 10101 | 100011111 | 111110 | 110001 |
Color Harmonies of #A830CA
Complementary color
Monochromatic Colors of #A830CA
Black with #A830CA
Text Example
Text Example
White with #A830CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A830CA; }
p { color: rgb(168,48,202); }
H1.HeaderClassName
{
color: #A830CA;
}
.AnyTagClassName
{
color: #A830CA;
}
</style>
background-color css
<style>
a { background-color: #A830CA; }
a { background-color: rgb(168,48,202); }
div.DivClassName
{
background-color: #A830CA;
}
.BgClassName
{
background-color: #A830CA;
}
</style>
border-color css
<style>
span { border-color: #A830CA; }
span { border-color: rgb(168,48,202); }
td.TdClassName
{
border-color: #A830CA;
}
.TagClassName
{
border-color: #A830CA;
}
</style>