Shades of Dark Orchid #A53FC8
Tints of Dark Orchid #A53FC8
RGB
CMYK
RGB Variations
Color information
#A53FC8 (or 0xA53FC8) is known color: Dark Orchid. HEX triplet: A5, 3F and C8. RGB value is (165,63,200). Sum of RGB (Red+Green+Blue) = 165+63+200=428 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.55% from 428); Green value is 63 (25% from 255 or 14.72% from 428); Blue value is 200 (78.52% from 255 or 46.73% from 428); Max value from RGB is 200 - color contains mainly: blue. Hex color #A53FC8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A53FC8 is #5AC037. Grayscale: #6C6C6C. Windows color (decimal): -5947448 or 13123493. OLE color: 13123493.
HSL color Cylindrical-coordinate representation of color #A53FC8: hue angle of 284.67º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A53FC8 is Cyan = 0.18, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 165 | 63 | 200 | - |
| CMYK | 0.18 | 0.68 | 0 | 0.22 |
| HSL | 284.67º | 0.55% | 0.52% | - |
| HSV(B) | 284.67º | 0.69% | 0.78% | - |
| XYZ | 27.72 | 15.72 | 56.22 | - |
| YUV | 109.12 | 179.29 | 167.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 63 | 200 | 0.18 | 0.68 | 0 | 0.22 | 284.67 | 0.55 | 0.52 |
| Hex | A5 | 3F | C8 | 12 | 44 | 0 | 16 | 11D | 37 | 34 |
| Octal | 245 | 77 | 310 | 22 | 104 | 0 | 26 | 435 | 67 | 64 |
| Binary | 10100101 | 111111 | 11001000 | 10010 | 1000100 | 0 | 10110 | 100011101 | 110111 | 110100 |
Color Harmonies of #A53FC8
Complementary color
Monochromatic Colors of #A53FC8
Black with #A53FC8
Text Example
Text Example
White with #A53FC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A53FC8; }
p { color: rgb(165,63,200); }
H1.HeaderClassName
{
color: #A53FC8;
}
.AnyTagClassName
{
color: #A53FC8;
}
</style>
background-color css
<style>
a { background-color: #A53FC8; }
a { background-color: rgb(165,63,200); }
div.DivClassName
{
background-color: #A53FC8;
}
.BgClassName
{
background-color: #A53FC8;
}
</style>
border-color css
<style>
span { border-color: #A53FC8; }
span { border-color: rgb(165,63,200); }
td.TdClassName
{
border-color: #A53FC8;
}
.TagClassName
{
border-color: #A53FC8;
}
</style>