Shades of Dark Orchid #A62BBB
Tints of Dark Orchid #A62BBB
RGB
CMYK
RGB Variations
Color information
#A62BBB (or 0xA62BBB) is known color: Dark Orchid. HEX triplet: A6, 2B and BB. RGB value is (166,43,187). Sum of RGB (Red+Green+Blue) = 166+43+187=396 (52% of max value = 765). Red value is 166 (65.23% from 255 or 41.92% from 396); Green value is 43 (17.19% from 255 or 10.86% from 396); Blue value is 187 (73.44% from 255 or 47.22% from 396); Max value from RGB is 187 - color contains mainly: blue. Hex color #A62BBB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A62BBB is #59D444. Grayscale: #5F5F5F. Windows color (decimal): -5887045 or 12266406. OLE color: 12266406.
HSL color Cylindrical-coordinate representation of color #A62BBB: hue angle of 291.25º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A62BBB is Cyan = 0.11, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 166 | 43 | 187 | - |
| CMYK | 0.11 | 0.77 | 0 | 0.27 |
| HSL | 291.25º | 0.63% | 0.45% | - |
| HSV(B) | 291.25º | 0.77% | 0.73% | - |
| XYZ | 25.56 | 13.42 | 48.26 | - |
| YUV | 96.19 | 179.25 | 177.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 43 | 187 | 0.11 | 0.77 | 0 | 0.27 | 291.25 | 0.63 | 0.45 |
| Hex | A6 | 2B | BB | B | 4D | 0 | 1B | 123 | 3F | 2D |
| Octal | 246 | 53 | 273 | 13 | 115 | 0 | 33 | 443 | 77 | 55 |
| Binary | 10100110 | 101011 | 10111011 | 1011 | 1001101 | 0 | 11011 | 100100011 | 111111 | 101101 |
Color Harmonies of #A62BBB
Complementary color
Monochromatic Colors of #A62BBB
Black with #A62BBB
Text Example
Text Example
White with #A62BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A62BBB; }
p { color: rgb(166,43,187); }
H1.HeaderClassName
{
color: #A62BBB;
}
.AnyTagClassName
{
color: #A62BBB;
}
</style>
background-color css
<style>
a { background-color: #A62BBB; }
a { background-color: rgb(166,43,187); }
div.DivClassName
{
background-color: #A62BBB;
}
.BgClassName
{
background-color: #A62BBB;
}
</style>
border-color css
<style>
span { border-color: #A62BBB; }
span { border-color: rgb(166,43,187); }
td.TdClassName
{
border-color: #A62BBB;
}
.TagClassName
{
border-color: #A62BBB;
}
</style>