Shades of Dark Orchid #A632CF
Tints of Dark Orchid #A632CF
RGB
CMYK
RGB Variations
Color information
#A632CF (or 0xA632CF) is known color: Dark Orchid. HEX triplet: A6, 32 and CF. RGB value is (166,50,207). Sum of RGB (Red+Green+Blue) = 166+50+207=423 (56% of max value = 765). Red value is 166 (65.23% from 255 or 39.24% from 423); Green value is 50 (19.92% from 255 or 11.82% from 423); Blue value is 207 (81.25% from 255 or 48.94% from 423); Max value from RGB is 207 - color contains mainly: blue. Hex color #A632CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A632CF is #59CD30. Grayscale: #666666. Windows color (decimal): -5885233 or 13578918. OLE color: 13578918.
HSL color Cylindrical-coordinate representation of color #A632CF: hue angle of 284.33º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A632CF is Cyan = 0.20, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 166 | 50 | 207 | - |
| CMYK | 0.20 | 0.76 | 0 | 0.19 |
| HSL | 284.33º | 0.62% | 0.5% | - |
| HSV(B) | 284.33º | 0.76% | 0.81% | - |
| XYZ | 28.13 | 14.89 | 60.42 | - |
| YUV | 102.58 | 186.93 | 173.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 50 | 207 | 0.20 | 0.76 | 0 | 0.19 | 284.33 | 0.62 | 0.5 |
| Hex | A6 | 32 | CF | 14 | 4C | 0 | 13 | 11C | 3E | 32 |
| Octal | 246 | 62 | 317 | 24 | 114 | 0 | 23 | 434 | 76 | 62 |
| Binary | 10100110 | 110010 | 11001111 | 10100 | 1001100 | 0 | 10011 | 100011100 | 111110 | 110010 |
Color Harmonies of #A632CF
Complementary color
Monochromatic Colors of #A632CF
Black with #A632CF
Text Example
Text Example
White with #A632CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A632CF; }
p { color: rgb(166,50,207); }
H1.HeaderClassName
{
color: #A632CF;
}
.AnyTagClassName
{
color: #A632CF;
}
</style>
background-color css
<style>
a { background-color: #A632CF; }
a { background-color: rgb(166,50,207); }
div.DivClassName
{
background-color: #A632CF;
}
.BgClassName
{
background-color: #A632CF;
}
</style>
border-color css
<style>
span { border-color: #A632CF; }
span { border-color: rgb(166,50,207); }
td.TdClassName
{
border-color: #A632CF;
}
.TagClassName
{
border-color: #A632CF;
}
</style>