Shades of Dark Orchid #A02FBD
Tints of Dark Orchid #A02FBD
RGB
CMYK
RGB Variations
Color information
#A02FBD (or 0xA02FBD) is known color: Dark Orchid. HEX triplet: A0, 2F and BD. RGB value is (160,47,189). Sum of RGB (Red+Green+Blue) = 160+47+189=396 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.40% from 396); Green value is 47 (18.75% from 255 or 11.87% from 396); Blue value is 189 (74.22% from 255 or 47.73% from 396); Max value from RGB is 189 - color contains mainly: blue. Hex color #A02FBD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A02FBD is #5FD042. Grayscale: #606060. Windows color (decimal): -6279235 or 12398496. OLE color: 12398496.
HSL color Cylindrical-coordinate representation of color #A02FBD: hue angle of 287.75º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A02FBD is Cyan = 0.15, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 160 | 47 | 189 | - |
| CMYK | 0.15 | 0.75 | 0 | 0.26 |
| HSL | 287.75º | 0.6% | 0.46% | - |
| HSV(B) | 287.75º | 0.75% | 0.74% | - |
| XYZ | 24.7 | 13.18 | 49.39 | - |
| YUV | 96.98 | 179.94 | 172.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 47 | 189 | 0.15 | 0.75 | 0 | 0.26 | 287.75 | 0.6 | 0.46 |
| Hex | A0 | 2F | BD | F | 4B | 0 | 1A | 120 | 3C | 2E |
| Octal | 240 | 57 | 275 | 17 | 113 | 0 | 32 | 440 | 74 | 56 |
| Binary | 10100000 | 101111 | 10111101 | 1111 | 1001011 | 0 | 11010 | 100100000 | 111100 | 101110 |
Color Harmonies of #A02FBD
Complementary color
Monochromatic Colors of #A02FBD
Black with #A02FBD
Text Example
Text Example
White with #A02FBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A02FBD; }
p { color: rgb(160,47,189); }
H1.HeaderClassName
{
color: #A02FBD;
}
.AnyTagClassName
{
color: #A02FBD;
}
</style>
background-color css
<style>
a { background-color: #A02FBD; }
a { background-color: rgb(160,47,189); }
div.DivClassName
{
background-color: #A02FBD;
}
.BgClassName
{
background-color: #A02FBD;
}
</style>
border-color css
<style>
span { border-color: #A02FBD; }
span { border-color: rgb(160,47,189); }
td.TdClassName
{
border-color: #A02FBD;
}
.TagClassName
{
border-color: #A02FBD;
}
</style>