Shades of Dark Orchid #A632CD
Tints of Dark Orchid #A632CD
RGB
CMYK
RGB Variations
Color information
#A632CD (or 0xA632CD) is known color: Dark Orchid. HEX triplet: A6, 32 and CD. RGB value is (166,50,205). Sum of RGB (Red+Green+Blue) = 166+50+205=421 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.43% from 421); Green value is 50 (19.92% from 255 or 11.88% from 421); Blue value is 205 (80.47% from 255 or 48.69% from 421); Max value from RGB is 205 - color contains mainly: blue. Hex color #A632CD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A632CD is #59CD32. Grayscale: #656565. Windows color (decimal): -5885235 or 13447846. OLE color: 13447846.
HSL color Cylindrical-coordinate representation of color #A632CD: hue angle of 284.9º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A632CD is Cyan = 0.19, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 166 | 50 | 205 | - |
| CMYK | 0.19 | 0.76 | 0 | 0.20 |
| HSL | 284.9º | 0.61% | 0.5% | - |
| HSV(B) | 284.9º | 0.76% | 0.8% | - |
| XYZ | 27.89 | 14.8 | 59.14 | - |
| YUV | 102.35 | 185.93 | 173.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 50 | 205 | 0.19 | 0.76 | 0 | 0.20 | 284.9 | 0.61 | 0.5 |
| Hex | A6 | 32 | CD | 13 | 4C | 0 | 14 | 11D | 3D | 32 |
| Octal | 246 | 62 | 315 | 23 | 114 | 0 | 24 | 435 | 75 | 62 |
| Binary | 10100110 | 110010 | 11001101 | 10011 | 1001100 | 0 | 10100 | 100011101 | 111101 | 110010 |
Color Harmonies of #A632CD
Complementary color
Monochromatic Colors of #A632CD
Black with #A632CD
Text Example
Text Example
White with #A632CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A632CD; }
p { color: rgb(166,50,205); }
H1.HeaderClassName
{
color: #A632CD;
}
.AnyTagClassName
{
color: #A632CD;
}
</style>
background-color css
<style>
a { background-color: #A632CD; }
a { background-color: rgb(166,50,205); }
div.DivClassName
{
background-color: #A632CD;
}
.BgClassName
{
background-color: #A632CD;
}
</style>
border-color css
<style>
span { border-color: #A632CD; }
span { border-color: rgb(166,50,205); }
td.TdClassName
{
border-color: #A632CD;
}
.TagClassName
{
border-color: #A632CD;
}
</style>