Shades of Dark Orchid #A227BF
Tints of Dark Orchid #A227BF
RGB
CMYK
RGB Variations
Color information
#A227BF (or 0xA227BF) is known color: Dark Orchid. HEX triplet: A2, 27 and BF. RGB value is (162,39,191). Sum of RGB (Red+Green+Blue) = 162+39+191=392 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.33% from 392); Green value is 39 (15.62% from 255 or 9.95% from 392); Blue value is 191 (75% from 255 or 48.72% from 392); Max value from RGB is 191 - color contains mainly: blue. Hex color #A227BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A227BF is #5DD840. Grayscale: #5C5C5C. Windows color (decimal): -6150209 or 12527522. OLE color: 12527522.
HSL color Cylindrical-coordinate representation of color #A227BF: hue angle of 288.55º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A227BF is Cyan = 0.15, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 162 | 39 | 191 | - |
| CMYK | 0.15 | 0.80 | 0 | 0.25 |
| HSL | 288.55º | 0.66% | 0.45% | - |
| HSV(B) | 288.55º | 0.8% | 0.75% | - |
| XYZ | 25.03 | 12.89 | 50.46 | - |
| YUV | 93.11 | 183.25 | 177.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 39 | 191 | 0.15 | 0.80 | 0 | 0.25 | 288.55 | 0.66 | 0.45 |
| Hex | A2 | 27 | BF | F | 50 | 0 | 19 | 121 | 42 | 2D |
| Octal | 242 | 47 | 277 | 17 | 120 | 0 | 31 | 441 | 102 | 55 |
| Binary | 10100010 | 100111 | 10111111 | 1111 | 1010000 | 0 | 11001 | 100100001 | 1000010 | 101101 |
Color Harmonies of #A227BF
Complementary color
Monochromatic Colors of #A227BF
Black with #A227BF
Text Example
Text Example
White with #A227BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A227BF; }
p { color: rgb(162,39,191); }
H1.HeaderClassName
{
color: #A227BF;
}
.AnyTagClassName
{
color: #A227BF;
}
</style>
background-color css
<style>
a { background-color: #A227BF; }
a { background-color: rgb(162,39,191); }
div.DivClassName
{
background-color: #A227BF;
}
.BgClassName
{
background-color: #A227BF;
}
</style>
border-color css
<style>
span { border-color: #A227BF; }
span { border-color: rgb(162,39,191); }
td.TdClassName
{
border-color: #A227BF;
}
.TagClassName
{
border-color: #A227BF;
}
</style>