Shades of Dark Orchid #A528A8
Tints of Dark Orchid #A528A8
RGB
CMYK
RGB Variations
Color information
#A528A8 (or 0xA528A8) is known color: Dark Orchid. HEX triplet: A5, 28 and A8. RGB value is (165,40,168). Sum of RGB (Red+Green+Blue) = 165+40+168=373 (49% of max value = 765). Red value is 165 (64.84% from 255 or 44.24% from 373); Green value is 40 (16.02% from 255 or 10.72% from 373); Blue value is 168 (66.02% from 255 or 45.04% from 373); Max value from RGB is 168 - color contains mainly: blue. Hex color #A528A8 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A528A8 is #5AD757. Grayscale: #5B5B5B. Windows color (decimal): -5953368 or 11020453. OLE color: 11020453.
HSL color Cylindrical-coordinate representation of color #A528A8: hue angle of 298.59º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A528A8 is Cyan = 0.02, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 165 | 40 | 168 | - |
| CMYK | 0.02 | 0.76 | 0 | 0.34 |
| HSL | 298.59º | 0.62% | 0.41% | - |
| HSV(B) | 298.59º | 0.76% | 0.66% | - |
| XYZ | 23.34 | 12.34 | 38.2 | - |
| YUV | 91.97 | 170.91 | 180.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 40 | 168 | 0.02 | 0.76 | 0 | 0.34 | 298.59 | 0.62 | 0.41 |
| Hex | A5 | 28 | A8 | 2 | 4C | 0 | 22 | 12B | 3E | 29 |
| Octal | 245 | 50 | 250 | 2 | 114 | 0 | 42 | 453 | 76 | 51 |
| Binary | 10100101 | 101000 | 10101000 | 10 | 1001100 | 0 | 100010 | 100101011 | 111110 | 101001 |
Color Harmonies of #A528A8
Complementary color
Monochromatic Colors of #A528A8
Black with #A528A8
Text Example
Text Example
White with #A528A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A528A8; }
p { color: rgb(165,40,168); }
H1.HeaderClassName
{
color: #A528A8;
}
.AnyTagClassName
{
color: #A528A8;
}
</style>
background-color css
<style>
a { background-color: #A528A8; }
a { background-color: rgb(165,40,168); }
div.DivClassName
{
background-color: #A528A8;
}
.BgClassName
{
background-color: #A528A8;
}
</style>
border-color css
<style>
span { border-color: #A528A8; }
span { border-color: rgb(165,40,168); }
td.TdClassName
{
border-color: #A528A8;
}
.TagClassName
{
border-color: #A528A8;
}
</style>