Shades of Dark Orchid #A628AB
Tints of Dark Orchid #A628AB
RGB
CMYK
RGB Variations
Color information
#A628AB (or 0xA628AB) is known color: Dark Orchid. HEX triplet: A6, 28 and AB. RGB value is (166,40,171). Sum of RGB (Red+Green+Blue) = 166+40+171=377 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.03% from 377); Green value is 40 (16.02% from 255 or 10.61% from 377); Blue value is 171 (67.19% from 255 or 45.36% from 377); Max value from RGB is 171 - color contains mainly: blue. Hex color #A628AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A628AB is #59D754. Grayscale: #5C5C5C. Windows color (decimal): -5887829 or 11217062. OLE color: 11217062.
HSL color Cylindrical-coordinate representation of color #A628AB: hue angle of 297.71º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A628AB is Cyan = 0.03, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 166 | 40 | 171 | - |
| CMYK | 0.03 | 0.77 | 0 | 0.33 |
| HSL | 297.71º | 0.62% | 0.41% | - |
| HSV(B) | 297.71º | 0.77% | 0.67% | - |
| XYZ | 23.84 | 12.56 | 39.7 | - |
| YUV | 92.61 | 172.24 | 180.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 40 | 171 | 0.03 | 0.77 | 0 | 0.33 | 297.71 | 0.62 | 0.41 |
| Hex | A6 | 28 | AB | 3 | 4D | 0 | 21 | 12A | 3E | 29 |
| Octal | 246 | 50 | 253 | 3 | 115 | 0 | 41 | 452 | 76 | 51 |
| Binary | 10100110 | 101000 | 10101011 | 11 | 1001101 | 0 | 100001 | 100101010 | 111110 | 101001 |
Color Harmonies of #A628AB
Complementary color
Monochromatic Colors of #A628AB
Black with #A628AB
Text Example
Text Example
White with #A628AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A628AB; }
p { color: rgb(166,40,171); }
H1.HeaderClassName
{
color: #A628AB;
}
.AnyTagClassName
{
color: #A628AB;
}
</style>
background-color css
<style>
a { background-color: #A628AB; }
a { background-color: rgb(166,40,171); }
div.DivClassName
{
background-color: #A628AB;
}
.BgClassName
{
background-color: #A628AB;
}
</style>
border-color css
<style>
span { border-color: #A628AB; }
span { border-color: rgb(166,40,171); }
td.TdClassName
{
border-color: #A628AB;
}
.TagClassName
{
border-color: #A628AB;
}
</style>