Shades of Dark Orchid #A02FDD
Tints of Dark Orchid #A02FDD
RGB
CMYK
RGB Variations
Color information
#A02FDD (or 0xA02FDD) is known color: Dark Orchid. HEX triplet: A0, 2F and DD. RGB value is (160,47,221). Sum of RGB (Red+Green+Blue) = 160+47+221=428 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.38% from 428); Green value is 47 (18.75% from 255 or 10.98% from 428); Blue value is 221 (86.72% from 255 or 51.64% from 428); Max value from RGB is 221 - color contains mainly: blue. Hex color #A02FDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A02FDD is #5FD022. Grayscale: #646464. Windows color (decimal): -6279203 or 14495648. OLE color: 14495648.
HSL color Cylindrical-coordinate representation of color #A02FDD: hue angle of 278.97º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A02FDD is Cyan = 0.28, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 160 | 47 | 221 | - |
| CMYK | 0.28 | 0.79 | 0 | 0.13 |
| HSL | 278.97º | 0.72% | 0.53% | - |
| HSV(B) | 278.97º | 0.79% | 0.87% | - |
| XYZ | 28.56 | 14.73 | 69.74 | - |
| YUV | 100.62 | 195.94 | 170.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 47 | 221 | 0.28 | 0.79 | 0 | 0.13 | 278.97 | 0.72 | 0.53 |
| Hex | A0 | 2F | DD | 1C | 4F | 0 | D | 117 | 48 | 35 |
| Octal | 240 | 57 | 335 | 34 | 117 | 0 | 15 | 427 | 110 | 65 |
| Binary | 10100000 | 101111 | 11011101 | 11100 | 1001111 | 0 | 1101 | 100010111 | 1001000 | 110101 |
Color Harmonies of #A02FDD
Complementary color
Monochromatic Colors of #A02FDD
Black with #A02FDD
Text Example
Text Example
White with #A02FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A02FDD; }
p { color: rgb(160,47,221); }
H1.HeaderClassName
{
color: #A02FDD;
}
.AnyTagClassName
{
color: #A02FDD;
}
</style>
background-color css
<style>
a { background-color: #A02FDD; }
a { background-color: rgb(160,47,221); }
div.DivClassName
{
background-color: #A02FDD;
}
.BgClassName
{
background-color: #A02FDD;
}
</style>
border-color css
<style>
span { border-color: #A02FDD; }
span { border-color: rgb(160,47,221); }
td.TdClassName
{
border-color: #A02FDD;
}
.TagClassName
{
border-color: #A02FDD;
}
</style>