Shades of Dark Orchid #A52FB2
Tints of Dark Orchid #A52FB2
RGB
CMYK
RGB Variations
Color information
#A52FB2 (or 0xA52FB2) is known color: Dark Orchid. HEX triplet: A5, 2F and B2. RGB value is (165,47,178). Sum of RGB (Red+Green+Blue) = 165+47+178=390 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.31% from 390); Green value is 47 (18.75% from 255 or 12.05% from 390); Blue value is 178 (69.92% from 255 or 45.64% from 390); Max value from RGB is 178 - color contains mainly: blue. Hex color #A52FB2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A52FB2 is #5AD04D. Grayscale: #606060. Windows color (decimal): -5951566 or 11677605. OLE color: 11677605.
HSL color Cylindrical-coordinate representation of color #A52FB2: hue angle of 294.05º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A52FB2 is Cyan = 0.07, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 165 | 47 | 178 | - |
| CMYK | 0.07 | 0.74 | 0 | 0.30 |
| HSL | 294.05º | 0.58% | 0.44% | - |
| HSV(B) | 294.05º | 0.74% | 0.7% | - |
| XYZ | 24.57 | 13.25 | 43.38 | - |
| YUV | 97.22 | 173.59 | 176.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 47 | 178 | 0.07 | 0.74 | 0 | 0.30 | 294.05 | 0.58 | 0.44 |
| Hex | A5 | 2F | B2 | 7 | 4A | 0 | 1E | 126 | 3A | 2C |
| Octal | 245 | 57 | 262 | 7 | 112 | 0 | 36 | 446 | 72 | 54 |
| Binary | 10100101 | 101111 | 10110010 | 111 | 1001010 | 0 | 11110 | 100100110 | 111010 | 101100 |
Color Harmonies of #A52FB2
Complementary color
Monochromatic Colors of #A52FB2
Black with #A52FB2
Text Example
Text Example
White with #A52FB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A52FB2; }
p { color: rgb(165,47,178); }
H1.HeaderClassName
{
color: #A52FB2;
}
.AnyTagClassName
{
color: #A52FB2;
}
</style>
background-color css
<style>
a { background-color: #A52FB2; }
a { background-color: rgb(165,47,178); }
div.DivClassName
{
background-color: #A52FB2;
}
.BgClassName
{
background-color: #A52FB2;
}
</style>
border-color css
<style>
span { border-color: #A52FB2; }
span { border-color: rgb(165,47,178); }
td.TdClassName
{
border-color: #A52FB2;
}
.TagClassName
{
border-color: #A52FB2;
}
</style>