Shades of Dark Orchid #A435CF
Tints of Dark Orchid #A435CF
RGB
CMYK
RGB Variations
Color information
#A435CF (or 0xA435CF) is known color: Dark Orchid. HEX triplet: A4, 35 and CF. RGB value is (164,53,207). Sum of RGB (Red+Green+Blue) = 164+53+207=424 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.68% from 424); Green value is 53 (21.09% from 255 or 12.5% from 424); Blue value is 207 (81.25% from 255 or 48.82% from 424); Max value from RGB is 207 - color contains mainly: blue. Hex color #A435CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A435CF is #5BCA30. Grayscale: #676767. Windows color (decimal): -6015537 or 13579684. OLE color: 13579684.
HSL color Cylindrical-coordinate representation of color #A435CF: hue angle of 283.25º 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 #A435CF is Cyan = 0.21, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 164 | 53 | 207 | - |
| CMYK | 0.21 | 0.74 | 0 | 0.19 |
| HSL | 283.25º | 0.62% | 0.51% | - |
| HSV(B) | 283.25º | 0.74% | 0.81% | - |
| XYZ | 27.85 | 14.94 | 60.45 | - |
| YUV | 103.75 | 186.27 | 170.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 53 | 207 | 0.21 | 0.74 | 0 | 0.19 | 283.25 | 0.62 | 0.51 |
| Hex | A4 | 35 | CF | 15 | 4A | 0 | 13 | 11B | 3E | 33 |
| Octal | 244 | 65 | 317 | 25 | 112 | 0 | 23 | 433 | 76 | 63 |
| Binary | 10100100 | 110101 | 11001111 | 10101 | 1001010 | 0 | 10011 | 100011011 | 111110 | 110011 |
Color Harmonies of #A435CF
Complementary color
Monochromatic Colors of #A435CF
Black with #A435CF
Text Example
Text Example
White with #A435CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A435CF; }
p { color: rgb(164,53,207); }
H1.HeaderClassName
{
color: #A435CF;
}
.AnyTagClassName
{
color: #A435CF;
}
</style>
background-color css
<style>
a { background-color: #A435CF; }
a { background-color: rgb(164,53,207); }
div.DivClassName
{
background-color: #A435CF;
}
.BgClassName
{
background-color: #A435CF;
}
</style>
border-color css
<style>
span { border-color: #A435CF; }
span { border-color: rgb(164,53,207); }
td.TdClassName
{
border-color: #A435CF;
}
.TagClassName
{
border-color: #A435CF;
}
</style>