Shades of Dark Orchid #A635C4
Tints of Dark Orchid #A635C4
RGB
CMYK
RGB Variations
Color information
#A635C4 (or 0xA635C4) is known color: Dark Orchid. HEX triplet: A6, 35 and C4. RGB value is (166,53,196). Sum of RGB (Red+Green+Blue) = 166+53+196=415 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40% from 415); Green value is 53 (21.09% from 255 or 12.77% from 415); Blue value is 196 (76.95% from 255 or 47.23% from 415); Max value from RGB is 196 - color contains mainly: blue. Hex color #A635C4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A635C4 is #59CA3B. Grayscale: #666666. Windows color (decimal): -5884476 or 12858790. OLE color: 12858790.
HSL color Cylindrical-coordinate representation of color #A635C4: hue angle of 287.41º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A635C4 is Cyan = 0.15, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 166 | 53 | 196 | - |
| CMYK | 0.15 | 0.73 | 0 | 0.23 |
| HSL | 287.41º | 0.57% | 0.49% | - |
| HSV(B) | 287.41º | 0.73% | 0.77% | - |
| XYZ | 26.96 | 14.64 | 53.63 | - |
| YUV | 103.09 | 180.44 | 172.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 53 | 196 | 0.15 | 0.73 | 0 | 0.23 | 287.41 | 0.57 | 0.49 |
| Hex | A6 | 35 | C4 | F | 49 | 0 | 17 | 11F | 39 | 31 |
| Octal | 246 | 65 | 304 | 17 | 111 | 0 | 27 | 437 | 71 | 61 |
| Binary | 10100110 | 110101 | 11000100 | 1111 | 1001001 | 0 | 10111 | 100011111 | 111001 | 110001 |
Color Harmonies of #A635C4
Complementary color
Monochromatic Colors of #A635C4
Black with #A635C4
Text Example
Text Example
White with #A635C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A635C4; }
p { color: rgb(166,53,196); }
H1.HeaderClassName
{
color: #A635C4;
}
.AnyTagClassName
{
color: #A635C4;
}
</style>
background-color css
<style>
a { background-color: #A635C4; }
a { background-color: rgb(166,53,196); }
div.DivClassName
{
background-color: #A635C4;
}
.BgClassName
{
background-color: #A635C4;
}
</style>
border-color css
<style>
span { border-color: #A635C4; }
span { border-color: rgb(166,53,196); }
td.TdClassName
{
border-color: #A635C4;
}
.TagClassName
{
border-color: #A635C4;
}
</style>