Shades of Dark Orchid #A51BB3
Tints of Dark Orchid #A51BB3
RGB
CMYK
RGB Variations
Color information
#A51BB3 (or 0xA51BB3) is known color: Dark Orchid. HEX triplet: A5, 1B and B3. RGB value is (165,27,179). Sum of RGB (Red+Green+Blue) = 165+27+179=371 (49% of max value = 765). Red value is 165 (64.84% from 255 or 44.47% from 371); Green value is 27 (10.94% from 255 or 7.28% from 371); Blue value is 179 (70.31% from 255 or 48.25% from 371); Max value from RGB is 179 - color contains mainly: blue. Hex color #A51BB3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A51BB3 is #5AE44C. Grayscale: #555555. Windows color (decimal): -5956685 or 11738021. OLE color: 11738021.
HSL color Cylindrical-coordinate representation of color #A51BB3: hue angle of 294.47º degrees, saturation: 0.74, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A51BB3 is Cyan = 0.08, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 165 | 27 | 179 | - |
| CMYK | 0.08 | 0.85 | 0 | 0.30 |
| HSL | 294.47º | 0.74% | 0.4% | - |
| HSV(B) | 294.47º | 0.85% | 0.7% | - |
| XYZ | 24.05 | 12.04 | 43.7 | - |
| YUV | 85.59 | 180.72 | 184.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 27 | 179 | 0.08 | 0.85 | 0 | 0.30 | 294.47 | 0.74 | 0.4 |
| Hex | A5 | 1B | B3 | 8 | 55 | 0 | 1E | 126 | 4A | 28 |
| Octal | 245 | 33 | 263 | 10 | 125 | 0 | 36 | 446 | 112 | 50 |
| Binary | 10100101 | 11011 | 10110011 | 1000 | 1010101 | 0 | 11110 | 100100110 | 1001010 | 101000 |
Color Harmonies of #A51BB3
Complementary color
Monochromatic Colors of #A51BB3
Black with #A51BB3
Text Example
Text Example
White with #A51BB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A51BB3; }
p { color: rgb(165,27,179); }
H1.HeaderClassName
{
color: #A51BB3;
}
.AnyTagClassName
{
color: #A51BB3;
}
</style>
background-color css
<style>
a { background-color: #A51BB3; }
a { background-color: rgb(165,27,179); }
div.DivClassName
{
background-color: #A51BB3;
}
.BgClassName
{
background-color: #A51BB3;
}
</style>
border-color css
<style>
span { border-color: #A51BB3; }
span { border-color: rgb(165,27,179); }
td.TdClassName
{
border-color: #A51BB3;
}
.TagClassName
{
border-color: #A51BB3;
}
</style>