Shades of Dark Orchid #A435CE
Tints of Dark Orchid #A435CE
RGB
CMYK
RGB Variations
Color information
#A435CE (or 0xA435CE) is known color: Dark Orchid. HEX triplet: A4, 35 and CE. RGB value is (164,53,206). Sum of RGB (Red+Green+Blue) = 164+53+206=423 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.77% from 423); Green value is 53 (21.09% from 255 or 12.53% from 423); Blue value is 206 (80.86% from 255 or 48.70% from 423); Max value from RGB is 206 - color contains mainly: blue. Hex color #A435CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A435CE is #5BCA31. Grayscale: #676767. Windows color (decimal): -6015538 or 13514148. OLE color: 13514148.
HSL color Cylindrical-coordinate representation of color #A435CE: hue angle of 283.53º degrees, saturation: 0.61, 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 #A435CE is Cyan = 0.20, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 164 | 53 | 206 | - |
| CMYK | 0.20 | 0.74 | 0 | 0.19 |
| HSL | 283.53º | 0.61% | 0.51% | - |
| HSV(B) | 283.53º | 0.74% | 0.81% | - |
| XYZ | 27.72 | 14.89 | 59.81 | - |
| YUV | 103.63 | 185.77 | 171.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 53 | 206 | 0.20 | 0.74 | 0 | 0.19 | 283.53 | 0.61 | 0.51 |
| Hex | A4 | 35 | CE | 14 | 4A | 0 | 13 | 11C | 3D | 33 |
| Octal | 244 | 65 | 316 | 24 | 112 | 0 | 23 | 434 | 75 | 63 |
| Binary | 10100100 | 110101 | 11001110 | 10100 | 1001010 | 0 | 10011 | 100011100 | 111101 | 110011 |
Color Harmonies of #A435CE
Complementary color
Monochromatic Colors of #A435CE
Black with #A435CE
Text Example
Text Example
White with #A435CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A435CE; }
p { color: rgb(164,53,206); }
H1.HeaderClassName
{
color: #A435CE;
}
.AnyTagClassName
{
color: #A435CE;
}
</style>
background-color css
<style>
a { background-color: #A435CE; }
a { background-color: rgb(164,53,206); }
div.DivClassName
{
background-color: #A435CE;
}
.BgClassName
{
background-color: #A435CE;
}
</style>
border-color css
<style>
span { border-color: #A435CE; }
span { border-color: rgb(164,53,206); }
td.TdClassName
{
border-color: #A435CE;
}
.TagClassName
{
border-color: #A435CE;
}
</style>