Shades of Dark Orchid #A633AF
Tints of Dark Orchid #A633AF
RGB
CMYK
RGB Variations
Color information
#A633AF (or 0xA633AF) is known color: Dark Orchid. HEX triplet: A6, 33 and AF. RGB value is (166,51,175). Sum of RGB (Red+Green+Blue) = 166+51+175=392 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.35% from 392); Green value is 51 (20.31% from 255 or 13.01% from 392); Blue value is 175 (68.75% from 255 or 44.64% from 392); Max value from RGB is 175 - color contains mainly: blue. Hex color #A633AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A633AF is #59CC50. Grayscale: #636363. Windows color (decimal): -5885009 or 11482022. OLE color: 11482022.
HSL color Cylindrical-coordinate representation of color #A633AF: hue angle of 295.65º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A633AF is Cyan = 0.05, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 166 | 51 | 175 | - |
| CMYK | 0.05 | 0.71 | 0 | 0.31 |
| HSL | 295.65º | 0.55% | 0.44% | - |
| HSV(B) | 295.65º | 0.71% | 0.69% | - |
| XYZ | 24.65 | 13.57 | 41.88 | - |
| YUV | 99.52 | 170.6 | 175.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 51 | 175 | 0.05 | 0.71 | 0 | 0.31 | 295.65 | 0.55 | 0.44 |
| Hex | A6 | 33 | AF | 5 | 47 | 0 | 1F | 128 | 37 | 2C |
| Octal | 246 | 63 | 257 | 5 | 107 | 0 | 37 | 450 | 67 | 54 |
| Binary | 10100110 | 110011 | 10101111 | 101 | 1000111 | 0 | 11111 | 100101000 | 110111 | 101100 |
Color Harmonies of #A633AF
Complementary color
Monochromatic Colors of #A633AF
Black with #A633AF
Text Example
Text Example
White with #A633AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A633AF; }
p { color: rgb(166,51,175); }
H1.HeaderClassName
{
color: #A633AF;
}
.AnyTagClassName
{
color: #A633AF;
}
</style>
background-color css
<style>
a { background-color: #A633AF; }
a { background-color: rgb(166,51,175); }
div.DivClassName
{
background-color: #A633AF;
}
.BgClassName
{
background-color: #A633AF;
}
</style>
border-color css
<style>
span { border-color: #A633AF; }
span { border-color: rgb(166,51,175); }
td.TdClassName
{
border-color: #A633AF;
}
.TagClassName
{
border-color: #A633AF;
}
</style>