Shades of Dark Orchid #A62BBE
Tints of Dark Orchid #A62BBE
RGB
CMYK
RGB Variations
Color information
#A62BBE (or 0xA62BBE) is known color: Dark Orchid. HEX triplet: A6, 2B and BE. RGB value is (166,43,190). Sum of RGB (Red+Green+Blue) = 166+43+190=399 (52% of max value = 765). Red value is 166 (65.23% from 255 or 41.60% from 399); Green value is 43 (17.19% from 255 or 10.78% from 399); Blue value is 190 (74.61% from 255 or 47.62% from 399); Max value from RGB is 190 - color contains mainly: blue. Hex color #A62BBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A62BBE is #59D441. Grayscale: #606060. Windows color (decimal): -5887042 or 12463014. OLE color: 12463014.
HSL color Cylindrical-coordinate representation of color #A62BBE: hue angle of 290.2º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A62BBE is Cyan = 0.13, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 166 | 43 | 190 | - |
| CMYK | 0.13 | 0.77 | 0 | 0.25 |
| HSL | 290.2º | 0.63% | 0.46% | - |
| HSV(B) | 290.2º | 0.77% | 0.75% | - |
| XYZ | 25.88 | 13.55 | 49.97 | - |
| YUV | 96.54 | 180.75 | 177.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 43 | 190 | 0.13 | 0.77 | 0 | 0.25 | 290.2 | 0.63 | 0.46 |
| Hex | A6 | 2B | BE | D | 4D | 0 | 19 | 122 | 3F | 2E |
| Octal | 246 | 53 | 276 | 15 | 115 | 0 | 31 | 442 | 77 | 56 |
| Binary | 10100110 | 101011 | 10111110 | 1101 | 1001101 | 0 | 11001 | 100100010 | 111111 | 101110 |
Color Harmonies of #A62BBE
Complementary color
Monochromatic Colors of #A62BBE
Black with #A62BBE
Text Example
Text Example
White with #A62BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A62BBE; }
p { color: rgb(166,43,190); }
H1.HeaderClassName
{
color: #A62BBE;
}
.AnyTagClassName
{
color: #A62BBE;
}
</style>
background-color css
<style>
a { background-color: #A62BBE; }
a { background-color: rgb(166,43,190); }
div.DivClassName
{
background-color: #A62BBE;
}
.BgClassName
{
background-color: #A62BBE;
}
</style>
border-color css
<style>
span { border-color: #A62BBE; }
span { border-color: rgb(166,43,190); }
td.TdClassName
{
border-color: #A62BBE;
}
.TagClassName
{
border-color: #A62BBE;
}
</style>