Shades of Dark Orchid #A52BC3
Tints of Dark Orchid #A52BC3
RGB
CMYK
RGB Variations
Color information
#A52BC3 (or 0xA52BC3) is known color: Dark Orchid. HEX triplet: A5, 2B and C3. RGB value is (165,43,195). Sum of RGB (Red+Green+Blue) = 165+43+195=403 (53% of max value = 765). Red value is 165 (64.84% from 255 or 40.94% from 403); Green value is 43 (17.19% from 255 or 10.67% from 403); Blue value is 195 (76.56% from 255 or 48.39% from 403); Max value from RGB is 195 - color contains mainly: blue. Hex color #A52BC3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A52BC3 is #5AD43C. Grayscale: #606060. Windows color (decimal): -5952573 or 12790693. OLE color: 12790693.
HSL color Cylindrical-coordinate representation of color #A52BC3: hue angle of 288.16º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A52BC3 is Cyan = 0.15, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 165 | 43 | 195 | - |
| CMYK | 0.15 | 0.78 | 0 | 0.24 |
| HSL | 288.16º | 0.64% | 0.47% | - |
| HSV(B) | 288.16º | 0.78% | 0.76% | - |
| XYZ | 26.23 | 13.67 | 52.89 | - |
| YUV | 96.81 | 183.42 | 176.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 43 | 195 | 0.15 | 0.78 | 0 | 0.24 | 288.16 | 0.64 | 0.47 |
| Hex | A5 | 2B | C3 | F | 4E | 0 | 18 | 120 | 40 | 2F |
| Octal | 245 | 53 | 303 | 17 | 116 | 0 | 30 | 440 | 100 | 57 |
| Binary | 10100101 | 101011 | 11000011 | 1111 | 1001110 | 0 | 11000 | 100100000 | 1000000 | 101111 |
Color Harmonies of #A52BC3
Complementary color
Monochromatic Colors of #A52BC3
Black with #A52BC3
Text Example
Text Example
White with #A52BC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A52BC3; }
p { color: rgb(165,43,195); }
H1.HeaderClassName
{
color: #A52BC3;
}
.AnyTagClassName
{
color: #A52BC3;
}
</style>
background-color css
<style>
a { background-color: #A52BC3; }
a { background-color: rgb(165,43,195); }
div.DivClassName
{
background-color: #A52BC3;
}
.BgClassName
{
background-color: #A52BC3;
}
</style>
border-color css
<style>
span { border-color: #A52BC3; }
span { border-color: rgb(165,43,195); }
td.TdClassName
{
border-color: #A52BC3;
}
.TagClassName
{
border-color: #A52BC3;
}
</style>