Shades of Dark Orchid #A335CF
Tints of Dark Orchid #A335CF
RGB
CMYK
RGB Variations
Color information
#A335CF (or 0xA335CF) is known color: Dark Orchid. HEX triplet: A3, 35 and CF. RGB value is (163,53,207). Sum of RGB (Red+Green+Blue) = 163+53+207=423 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.53% from 423); Green value is 53 (21.09% from 255 or 12.53% 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 #A335CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A335CF is #5CCA30. Grayscale: #666666. Windows color (decimal): -6081073 or 13579683. OLE color: 13579683.
HSL color Cylindrical-coordinate representation of color #A335CF: hue angle of 282.86º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A335CF is Cyan = 0.21, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 163 | 53 | 207 | - |
| CMYK | 0.21 | 0.74 | 0 | 0.19 |
| HSL | 282.86º | 0.62% | 0.51% | - |
| HSV(B) | 282.86º | 0.74% | 0.81% | - |
| XYZ | 27.64 | 14.84 | 60.44 | - |
| YUV | 103.45 | 186.44 | 170.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 53 | 207 | 0.21 | 0.74 | 0 | 0.19 | 282.86 | 0.62 | 0.51 |
| Hex | A3 | 35 | CF | 15 | 4A | 0 | 13 | 11B | 3E | 33 |
| Octal | 243 | 65 | 317 | 25 | 112 | 0 | 23 | 433 | 76 | 63 |
| Binary | 10100011 | 110101 | 11001111 | 10101 | 1001010 | 0 | 10011 | 100011011 | 111110 | 110011 |
Color Harmonies of #A335CF
Complementary color
Monochromatic Colors of #A335CF
Black with #A335CF
Text Example
Text Example
White with #A335CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A335CF; }
p { color: rgb(163,53,207); }
H1.HeaderClassName
{
color: #A335CF;
}
.AnyTagClassName
{
color: #A335CF;
}
</style>
background-color css
<style>
a { background-color: #A335CF; }
a { background-color: rgb(163,53,207); }
div.DivClassName
{
background-color: #A335CF;
}
.BgClassName
{
background-color: #A335CF;
}
</style>
border-color css
<style>
span { border-color: #A335CF; }
span { border-color: rgb(163,53,207); }
td.TdClassName
{
border-color: #A335CF;
}
.TagClassName
{
border-color: #A335CF;
}
</style>