Shades of Dark Orchid #A835C7
Tints of Dark Orchid #A835C7
RGB
CMYK
RGB Variations
Color information
#A835C7 (or 0xA835C7) is known color: Dark Orchid. HEX triplet: A8, 35 and C7. RGB value is (168,53,199). Sum of RGB (Red+Green+Blue) = 168+53+199=420 (55% of max value = 765). Red value is 168 (66.02% from 255 or 40% from 420); Green value is 53 (21.09% from 255 or 12.62% from 420); Blue value is 199 (78.12% from 255 or 47.38% from 420); Max value from RGB is 199 - color contains mainly: blue. Hex color #A835C7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A835C7 is #57CA38. Grayscale: #676767. Windows color (decimal): -5753401 or 13055400. OLE color: 13055400.
HSL color Cylindrical-coordinate representation of color #A835C7: hue angle of 287.26º 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 #A835C7 is Cyan = 0.16, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
RGB | 168 | 53 | 199 | - |
CMYK | 0.16 | 0.73 | 0 | 0.22 |
HSL | 287.26º | 0.58% | 0.49% | - |
HSV(B) | 287.26º | 0.73% | 0.78% | - |
XYZ | 27.73 | 14.99 | 55.47 | - |
YUV | 104.03 | 181.6 | 173.63 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 168 | 53 | 199 | 0.16 | 0.73 | 0 | 0.22 | 287.26 | 0.58 | 0.49 |
Hex | A8 | 35 | C7 | 10 | 49 | 0 | 16 | 11F | 3A | 31 |
Octal | 250 | 65 | 307 | 20 | 111 | 0 | 26 | 437 | 72 | 61 |
Binary | 10101000 | 110101 | 11000111 | 10000 | 1001001 | 0 | 10110 | 100011111 | 111010 | 110001 |
Color Harmonies of #A835C7
Complementary color
Monochromatic Colors of #A835C7
Black with #A835C7
Text Example
Text Example
White with #A835C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A835C7; }
p { color: rgb(168,53,199); }
H1.HeaderClassName
{
color: #A835C7;
}
.AnyTagClassName
{
color: #A835C7;
}
</style>
background-color css
<style>
a { background-color: #A835C7; }
a { background-color: rgb(168,53,199); }
div.DivClassName
{
background-color: #A835C7;
}
.BgClassName
{
background-color: #A835C7;
}
</style>
border-color css
<style>
span { border-color: #A835C7; }
span { border-color: rgb(168,53,199); }
td.TdClassName
{
border-color: #A835C7;
}
.TagClassName
{
border-color: #A835C7;
}
</style>