Shades of Dark Orchid #A135CF
Tints of Dark Orchid #A135CF
RGB
CMYK
RGB Variations
Color information
#A135CF (or 0xA135CF) is known color: Dark Orchid. HEX triplet: A1, 35 and CF. RGB value is (161,53,207). Sum of RGB (Red+Green+Blue) = 161+53+207=421 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.24% from 421); Green value is 53 (21.09% from 255 or 12.59% from 421); Blue value is 207 (81.25% from 255 or 49.17% from 421); Max value from RGB is 207 - color contains mainly: blue. Hex color #A135CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A135CF is #5ECA30. Grayscale: #666666. Windows color (decimal): -6212145 or 13579681. OLE color: 13579681.
HSL color Cylindrical-coordinate representation of color #A135CF: hue angle of 282.08º 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 #A135CF is Cyan = 0.22, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 161 | 53 | 207 | - |
| CMYK | 0.22 | 0.74 | 0 | 0.19 |
| HSL | 282.08º | 0.62% | 0.51% | - |
| HSV(B) | 282.08º | 0.74% | 0.81% | - |
| XYZ | 27.23 | 14.63 | 60.42 | - |
| YUV | 102.85 | 186.78 | 169.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 53 | 207 | 0.22 | 0.74 | 0 | 0.19 | 282.08 | 0.62 | 0.51 |
| Hex | A1 | 35 | CF | 16 | 4A | 0 | 13 | 11A | 3E | 33 |
| Octal | 241 | 65 | 317 | 26 | 112 | 0 | 23 | 432 | 76 | 63 |
| Binary | 10100001 | 110101 | 11001111 | 10110 | 1001010 | 0 | 10011 | 100011010 | 111110 | 110011 |
Color Harmonies of #A135CF
Complementary color
Monochromatic Colors of #A135CF
Black with #A135CF
Text Example
Text Example
White with #A135CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A135CF; }
p { color: rgb(161,53,207); }
H1.HeaderClassName
{
color: #A135CF;
}
.AnyTagClassName
{
color: #A135CF;
}
</style>
background-color css
<style>
a { background-color: #A135CF; }
a { background-color: rgb(161,53,207); }
div.DivClassName
{
background-color: #A135CF;
}
.BgClassName
{
background-color: #A135CF;
}
</style>
border-color css
<style>
span { border-color: #A135CF; }
span { border-color: rgb(161,53,207); }
td.TdClassName
{
border-color: #A135CF;
}
.TagClassName
{
border-color: #A135CF;
}
</style>