Shades of Dark Orchid #A528C2
Tints of Dark Orchid #A528C2
RGB
CMYK
RGB Variations
Color information
#A528C2 (or 0xA528C2) is known color: Dark Orchid. HEX triplet: A5, 28 and C2. RGB value is (165,40,194). Sum of RGB (Red+Green+Blue) = 165+40+194=399 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.35% from 399); Green value is 40 (16.02% from 255 or 10.03% from 399); Blue value is 194 (76.17% from 255 or 48.62% from 399); Max value from RGB is 194 - color contains mainly: blue. Hex color #A528C2 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A528C2 is #5AD73D. Grayscale: #5E5E5E. Windows color (decimal): -5953342 or 12724389. OLE color: 12724389.
HSL color Cylindrical-coordinate representation of color #A528C2: hue angle of 288.7º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A528C2 is Cyan = 0.15, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 165 | 40 | 194 | - |
| CMYK | 0.15 | 0.79 | 0 | 0.24 |
| HSL | 288.7º | 0.66% | 0.46% | - |
| HSV(B) | 288.7º | 0.79% | 0.76% | - |
| XYZ | 26.01 | 13.41 | 52.26 | - |
| YUV | 94.93 | 183.91 | 177.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 40 | 194 | 0.15 | 0.79 | 0 | 0.24 | 288.7 | 0.66 | 0.46 |
| Hex | A5 | 28 | C2 | F | 4F | 0 | 18 | 121 | 42 | 2E |
| Octal | 245 | 50 | 302 | 17 | 117 | 0 | 30 | 441 | 102 | 56 |
| Binary | 10100101 | 101000 | 11000010 | 1111 | 1001111 | 0 | 11000 | 100100001 | 1000010 | 101110 |
Color Harmonies of #A528C2
Complementary color
Monochromatic Colors of #A528C2
Black with #A528C2
Text Example
Text Example
White with #A528C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A528C2; }
p { color: rgb(165,40,194); }
H1.HeaderClassName
{
color: #A528C2;
}
.AnyTagClassName
{
color: #A528C2;
}
</style>
background-color css
<style>
a { background-color: #A528C2; }
a { background-color: rgb(165,40,194); }
div.DivClassName
{
background-color: #A528C2;
}
.BgClassName
{
background-color: #A528C2;
}
</style>
border-color css
<style>
span { border-color: #A528C2; }
span { border-color: rgb(165,40,194); }
td.TdClassName
{
border-color: #A528C2;
}
.TagClassName
{
border-color: #A528C2;
}
</style>