Shades of Dark Orchid #A534C8
Tints of Dark Orchid #A534C8
RGB
CMYK
RGB Variations
Color information
#A534C8 (or 0xA534C8) is known color: Dark Orchid. HEX triplet: A5, 34 and C8. RGB value is (165,52,200). Sum of RGB (Red+Green+Blue) = 165+52+200=417 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.57% from 417); Green value is 52 (20.70% from 255 or 12.47% from 417); Blue value is 200 (78.52% from 255 or 47.96% from 417); Max value from RGB is 200 - color contains mainly: blue. Hex color #A534C8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A534C8 is #5ACB37. Grayscale: #666666. Windows color (decimal): -5950264 or 13120677. OLE color: 13120677.
HSL color Cylindrical-coordinate representation of color #A534C8: hue angle of 285.81º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A534C8 is Cyan = 0.18, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 165 | 52 | 200 | - |
| CMYK | 0.18 | 0.74 | 0 | 0.22 |
| HSL | 285.81º | 0.59% | 0.49% | - |
| HSV(B) | 285.81º | 0.74% | 0.78% | - |
| XYZ | 27.17 | 14.63 | 56.03 | - |
| YUV | 102.66 | 182.94 | 172.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 52 | 200 | 0.18 | 0.74 | 0 | 0.22 | 285.81 | 0.59 | 0.49 |
| Hex | A5 | 34 | C8 | 12 | 4A | 0 | 16 | 11E | 3B | 31 |
| Octal | 245 | 64 | 310 | 22 | 112 | 0 | 26 | 436 | 73 | 61 |
| Binary | 10100101 | 110100 | 11001000 | 10010 | 1001010 | 0 | 10110 | 100011110 | 111011 | 110001 |
Color Harmonies of #A534C8
Complementary color
Monochromatic Colors of #A534C8
Black with #A534C8
Text Example
Text Example
White with #A534C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A534C8; }
p { color: rgb(165,52,200); }
H1.HeaderClassName
{
color: #A534C8;
}
.AnyTagClassName
{
color: #A534C8;
}
</style>
background-color css
<style>
a { background-color: #A534C8; }
a { background-color: rgb(165,52,200); }
div.DivClassName
{
background-color: #A534C8;
}
.BgClassName
{
background-color: #A534C8;
}
</style>
border-color css
<style>
span { border-color: #A534C8; }
span { border-color: rgb(165,52,200); }
td.TdClassName
{
border-color: #A534C8;
}
.TagClassName
{
border-color: #A534C8;
}
</style>