Shades of Dark Orchid #A632CC
Tints of Dark Orchid #A632CC
RGB
CMYK
RGB Variations
Color information
#A632CC (or 0xA632CC) is known color: Dark Orchid. HEX triplet: A6, 32 and CC. RGB value is (166,50,204). Sum of RGB (Red+Green+Blue) = 166+50+204=420 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.52% from 420); Green value is 50 (19.92% from 255 or 11.90% from 420); Blue value is 204 (80.08% from 255 or 48.57% from 420); Max value from RGB is 204 - color contains mainly: blue. Hex color #A632CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A632CC is #59CD33. Grayscale: #656565. Windows color (decimal): -5885236 or 13382310. OLE color: 13382310.
HSL color Cylindrical-coordinate representation of color #A632CC: hue angle of 285.19º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A632CC is Cyan = 0.19, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 166 | 50 | 204 | - |
| CMYK | 0.19 | 0.75 | 0 | 0.2 |
| HSL | 285.19º | 0.61% | 0.5% | - |
| HSV(B) | 285.19º | 0.75% | 0.8% | - |
| XYZ | 27.77 | 14.75 | 58.51 | - |
| YUV | 102.24 | 185.43 | 173.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 50 | 204 | 0.19 | 0.75 | 0 | 0.2 | 285.19 | 0.61 | 0.5 |
| Hex | A6 | 32 | CC | 13 | 4B | 0 | 14 | 11D | 3D | 32 |
| Octal | 246 | 62 | 314 | 23 | 113 | 0 | 24 | 435 | 75 | 62 |
| Binary | 10100110 | 110010 | 11001100 | 10011 | 1001011 | 0 | 10100 | 100011101 | 111101 | 110010 |
Color Harmonies of #A632CC
Complementary color
Monochromatic Colors of #A632CC
Black with #A632CC
Text Example
Text Example
White with #A632CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A632CC; }
p { color: rgb(166,50,204); }
H1.HeaderClassName
{
color: #A632CC;
}
.AnyTagClassName
{
color: #A632CC;
}
</style>
background-color css
<style>
a { background-color: #A632CC; }
a { background-color: rgb(166,50,204); }
div.DivClassName
{
background-color: #A632CC;
}
.BgClassName
{
background-color: #A632CC;
}
</style>
border-color css
<style>
span { border-color: #A632CC; }
span { border-color: rgb(166,50,204); }
td.TdClassName
{
border-color: #A632CC;
}
.TagClassName
{
border-color: #A632CC;
}
</style>