Shades of Dark Orchid #A527B1
Tints of Dark Orchid #A527B1
RGB
CMYK
RGB Variations
Color information
#A527B1 (or 0xA527B1) is known color: Dark Orchid. HEX triplet: A5, 27 and B1. RGB value is (165,39,177). Sum of RGB (Red+Green+Blue) = 165+39+177=381 (50% of max value = 765). Red value is 165 (64.84% from 255 or 43.31% from 381); Green value is 39 (15.62% from 255 or 10.24% from 381); Blue value is 177 (69.53% from 255 or 46.46% from 381); Max value from RGB is 177 - color contains mainly: blue. Hex color #A527B1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A527B1 is #5AD84E. Grayscale: #5B5B5B. Windows color (decimal): -5953615 or 11610021. OLE color: 11610021.
HSL color Cylindrical-coordinate representation of color #A527B1: hue angle of 294.78º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A527B1 is Cyan = 0.07, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 165 | 39 | 177 | - |
| CMYK | 0.07 | 0.78 | 0 | 0.31 |
| HSL | 294.78º | 0.64% | 0.42% | - |
| HSV(B) | 294.78º | 0.78% | 0.69% | - |
| XYZ | 24.18 | 12.62 | 42.76 | - |
| YUV | 92.41 | 175.74 | 179.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 39 | 177 | 0.07 | 0.78 | 0 | 0.31 | 294.78 | 0.64 | 0.42 |
| Hex | A5 | 27 | B1 | 7 | 4E | 0 | 1F | 127 | 40 | 2A |
| Octal | 245 | 47 | 261 | 7 | 116 | 0 | 37 | 447 | 100 | 52 |
| Binary | 10100101 | 100111 | 10110001 | 111 | 1001110 | 0 | 11111 | 100100111 | 1000000 | 101010 |
Color Harmonies of #A527B1
Complementary color
Monochromatic Colors of #A527B1
Black with #A527B1
Text Example
Text Example
White with #A527B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A527B1; }
p { color: rgb(165,39,177); }
H1.HeaderClassName
{
color: #A527B1;
}
.AnyTagClassName
{
color: #A527B1;
}
</style>
background-color css
<style>
a { background-color: #A527B1; }
a { background-color: rgb(165,39,177); }
div.DivClassName
{
background-color: #A527B1;
}
.BgClassName
{
background-color: #A527B1;
}
</style>
border-color css
<style>
span { border-color: #A527B1; }
span { border-color: rgb(165,39,177); }
td.TdClassName
{
border-color: #A527B1;
}
.TagClassName
{
border-color: #A527B1;
}
</style>