Shades of Dark Orchid #A335C7
Tints of Dark Orchid #A335C7
RGB
CMYK
RGB Variations
Color information
#A335C7 (or 0xA335C7) is known color: Dark Orchid. HEX triplet: A3, 35 and C7. RGB value is (163,53,199). Sum of RGB (Red+Green+Blue) = 163+53+199=415 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.28% from 415); Green value is 53 (21.09% from 255 or 12.77% from 415); Blue value is 199 (78.12% from 255 or 47.95% from 415); Max value from RGB is 199 - color contains mainly: blue. Hex color #A335C7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A335C7 is #5CCA38. Grayscale: #666666. Windows color (decimal): -6081081 or 13055395. OLE color: 13055395.
HSL color Cylindrical-coordinate representation of color #A335C7: hue angle of 285.21º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A335C7 is Cyan = 0.18, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 163 | 53 | 199 | - |
| CMYK | 0.18 | 0.73 | 0 | 0.22 |
| HSL | 285.21º | 0.58% | 0.49% | - |
| HSV(B) | 285.21º | 0.73% | 0.78% | - |
| XYZ | 26.69 | 14.46 | 55.42 | - |
| YUV | 102.53 | 182.44 | 171.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 53 | 199 | 0.18 | 0.73 | 0 | 0.22 | 285.21 | 0.58 | 0.49 |
| Hex | A3 | 35 | C7 | 12 | 49 | 0 | 16 | 11D | 3A | 31 |
| Octal | 243 | 65 | 307 | 22 | 111 | 0 | 26 | 435 | 72 | 61 |
| Binary | 10100011 | 110101 | 11000111 | 10010 | 1001001 | 0 | 10110 | 100011101 | 111010 | 110001 |
Color Harmonies of #A335C7
Complementary color
Monochromatic Colors of #A335C7
Black with #A335C7
Text Example
Text Example
White with #A335C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A335C7; }
p { color: rgb(163,53,199); }
H1.HeaderClassName
{
color: #A335C7;
}
.AnyTagClassName
{
color: #A335C7;
}
</style>
background-color css
<style>
a { background-color: #A335C7; }
a { background-color: rgb(163,53,199); }
div.DivClassName
{
background-color: #A335C7;
}
.BgClassName
{
background-color: #A335C7;
}
</style>
border-color css
<style>
span { border-color: #A335C7; }
span { border-color: rgb(163,53,199); }
td.TdClassName
{
border-color: #A335C7;
}
.TagClassName
{
border-color: #A335C7;
}
</style>