Shades of Dark Orchid #A628B2
Tints of Dark Orchid #A628B2
RGB
CMYK
RGB Variations
Color information
#A628B2 (or 0xA628B2) is known color: Dark Orchid. HEX triplet: A6, 28 and B2. RGB value is (166,40,178). Sum of RGB (Red+Green+Blue) = 166+40+178=384 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.23% from 384); Green value is 40 (16.02% from 255 or 10.42% from 384); Blue value is 178 (69.92% from 255 or 46.35% from 384); Max value from RGB is 178 - color contains mainly: blue. Hex color #A628B2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A628B2 is #59D74D. Grayscale: #5C5C5C. Windows color (decimal): -5887822 or 11675814. OLE color: 11675814.
HSL color Cylindrical-coordinate representation of color #A628B2: hue angle of 294.78º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A628B2 is Cyan = 0.07, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 166 | 40 | 178 | - |
| CMYK | 0.07 | 0.78 | 0 | 0.30 |
| HSL | 294.78º | 0.63% | 0.43% | - |
| HSV(B) | 294.78º | 0.78% | 0.7% | - |
| XYZ | 24.52 | 12.84 | 43.31 | - |
| YUV | 93.41 | 175.74 | 179.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 40 | 178 | 0.07 | 0.78 | 0 | 0.30 | 294.78 | 0.63 | 0.43 |
| Hex | A6 | 28 | B2 | 7 | 4E | 0 | 1E | 127 | 3F | 2B |
| Octal | 246 | 50 | 262 | 7 | 116 | 0 | 36 | 447 | 77 | 53 |
| Binary | 10100110 | 101000 | 10110010 | 111 | 1001110 | 0 | 11110 | 100100111 | 111111 | 101011 |
Color Harmonies of #A628B2
Complementary color
Monochromatic Colors of #A628B2
Black with #A628B2
Text Example
Text Example
White with #A628B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A628B2; }
p { color: rgb(166,40,178); }
H1.HeaderClassName
{
color: #A628B2;
}
.AnyTagClassName
{
color: #A628B2;
}
</style>
background-color css
<style>
a { background-color: #A628B2; }
a { background-color: rgb(166,40,178); }
div.DivClassName
{
background-color: #A628B2;
}
.BgClassName
{
background-color: #A628B2;
}
</style>
border-color css
<style>
span { border-color: #A628B2; }
span { border-color: rgb(166,40,178); }
td.TdClassName
{
border-color: #A628B2;
}
.TagClassName
{
border-color: #A628B2;
}
</style>