Shades of Dark Orchid #A535CC
Tints of Dark Orchid #A535CC
RGB
CMYK
RGB Variations
Color information
#A535CC (or 0xA535CC) is known color: Dark Orchid. HEX triplet: A5, 35 and CC. RGB value is (165,53,204). Sum of RGB (Red+Green+Blue) = 165+53+204=422 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.10% from 422); Green value is 53 (21.09% from 255 or 12.56% from 422); Blue value is 204 (80.08% from 255 or 48.34% from 422); Max value from RGB is 204 - color contains mainly: blue. Hex color #A535CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A535CC is #5ACA33. Grayscale: #676767. Windows color (decimal): -5950004 or 13383077. OLE color: 13383077.
HSL color Cylindrical-coordinate representation of color #A535CC: hue angle of 284.5º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A535CC is Cyan = 0.19, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 165 | 53 | 204 | - |
| CMYK | 0.19 | 0.74 | 0 | 0.2 |
| HSL | 284.5º | 0.6% | 0.5% | - |
| HSV(B) | 284.5º | 0.74% | 0.8% | - |
| XYZ | 27.69 | 14.91 | 58.54 | - |
| YUV | 103.7 | 184.61 | 171.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 53 | 204 | 0.19 | 0.74 | 0 | 0.2 | 284.5 | 0.6 | 0.5 |
| Hex | A5 | 35 | CC | 13 | 4A | 0 | 14 | 11D | 3C | 32 |
| Octal | 245 | 65 | 314 | 23 | 112 | 0 | 24 | 435 | 74 | 62 |
| Binary | 10100101 | 110101 | 11001100 | 10011 | 1001010 | 0 | 10100 | 100011101 | 111100 | 110010 |
Color Harmonies of #A535CC
Complementary color
Monochromatic Colors of #A535CC
Black with #A535CC
Text Example
Text Example
White with #A535CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A535CC; }
p { color: rgb(165,53,204); }
H1.HeaderClassName
{
color: #A535CC;
}
.AnyTagClassName
{
color: #A535CC;
}
</style>
background-color css
<style>
a { background-color: #A535CC; }
a { background-color: rgb(165,53,204); }
div.DivClassName
{
background-color: #A535CC;
}
.BgClassName
{
background-color: #A535CC;
}
</style>
border-color css
<style>
span { border-color: #A535CC; }
span { border-color: rgb(165,53,204); }
td.TdClassName
{
border-color: #A535CC;
}
.TagClassName
{
border-color: #A535CC;
}
</style>