Shades of Dark Orchid #A623CC
Tints of Dark Orchid #A623CC
RGB
CMYK
RGB Variations
Color information
#A623CC (or 0xA623CC) is known color: Dark Orchid. HEX triplet: A6, 23 and CC. RGB value is (166,35,204). Sum of RGB (Red+Green+Blue) = 166+35+204=405 (53% of max value = 765). Red value is 166 (65.23% from 255 or 40.99% from 405); Green value is 35 (14.06% from 255 or 8.64% from 405); Blue value is 204 (80.08% from 255 or 50.37% from 405); Max value from RGB is 204 - color contains mainly: blue. Hex color #A623CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A623CC is #59DC33. Grayscale: #5C5C5C. Windows color (decimal): -5889076 or 13378470. OLE color: 13378470.
HSL color Cylindrical-coordinate representation of color #A623CC: hue angle of 286.51º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A623CC is Cyan = 0.19, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 166 | 35 | 204 | - |
| CMYK | 0.19 | 0.83 | 0 | 0.2 |
| HSL | 286.51º | 0.71% | 0.47% | - |
| HSV(B) | 286.51º | 0.83% | 0.8% | - |
| XYZ | 27.23 | 13.67 | 58.33 | - |
| YUV | 93.44 | 190.4 | 179.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 35 | 204 | 0.19 | 0.83 | 0 | 0.2 | 286.51 | 0.71 | 0.47 |
| Hex | A6 | 23 | CC | 13 | 53 | 0 | 14 | 11F | 47 | 2F |
| Octal | 246 | 43 | 314 | 23 | 123 | 0 | 24 | 437 | 107 | 57 |
| Binary | 10100110 | 100011 | 11001100 | 10011 | 1010011 | 0 | 10100 | 100011111 | 1000111 | 101111 |
Color Harmonies of #A623CC
Complementary color
Monochromatic Colors of #A623CC
Black with #A623CC
Text Example
Text Example
White with #A623CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A623CC; }
p { color: rgb(166,35,204); }
H1.HeaderClassName
{
color: #A623CC;
}
.AnyTagClassName
{
color: #A623CC;
}
</style>
background-color css
<style>
a { background-color: #A623CC; }
a { background-color: rgb(166,35,204); }
div.DivClassName
{
background-color: #A623CC;
}
.BgClassName
{
background-color: #A623CC;
}
</style>
border-color css
<style>
span { border-color: #A623CC; }
span { border-color: rgb(166,35,204); }
td.TdClassName
{
border-color: #A623CC;
}
.TagClassName
{
border-color: #A623CC;
}
</style>