Shades of Dark Orchid #A835CF
Tints of Dark Orchid #A835CF
RGB
CMYK
RGB Variations
Color information
#A835CF (or 0xA835CF) is known color: Dark Orchid. HEX triplet: A8, 35 and CF. RGB value is (168,53,207). Sum of RGB (Red+Green+Blue) = 168+53+207=428 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.25% from 428); Green value is 53 (21.09% from 255 or 12.38% from 428); Blue value is 207 (81.25% from 255 or 48.36% from 428); Max value from RGB is 207 - color contains mainly: blue. Hex color #A835CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A835CF is #57CA30. Grayscale: #686868. Windows color (decimal): -5753393 or 13579688. OLE color: 13579688.
HSL color Cylindrical-coordinate representation of color #A835CF: hue angle of 284.81º 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 #A835CF is Cyan = 0.19, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 168 | 53 | 207 | - |
| CMYK | 0.19 | 0.74 | 0 | 0.19 |
| HSL | 284.81º | 0.62% | 0.51% | - |
| HSV(B) | 284.81º | 0.74% | 0.81% | - |
| XYZ | 28.68 | 15.38 | 60.49 | - |
| YUV | 104.94 | 185.6 | 172.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 53 | 207 | 0.19 | 0.74 | 0 | 0.19 | 284.81 | 0.62 | 0.51 |
| Hex | A8 | 35 | CF | 13 | 4A | 0 | 13 | 11D | 3E | 33 |
| Octal | 250 | 65 | 317 | 23 | 112 | 0 | 23 | 435 | 76 | 63 |
| Binary | 10101000 | 110101 | 11001111 | 10011 | 1001010 | 0 | 10011 | 100011101 | 111110 | 110011 |
Color Harmonies of #A835CF
Complementary color
Monochromatic Colors of #A835CF
Black with #A835CF
Text Example
Text Example
White with #A835CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A835CF; }
p { color: rgb(168,53,207); }
H1.HeaderClassName
{
color: #A835CF;
}
.AnyTagClassName
{
color: #A835CF;
}
</style>
background-color css
<style>
a { background-color: #A835CF; }
a { background-color: rgb(168,53,207); }
div.DivClassName
{
background-color: #A835CF;
}
.BgClassName
{
background-color: #A835CF;
}
</style>
border-color css
<style>
span { border-color: #A835CF; }
span { border-color: rgb(168,53,207); }
td.TdClassName
{
border-color: #A835CF;
}
.TagClassName
{
border-color: #A835CF;
}
</style>