Shades of Dark Orchid #A726CB
Tints of Dark Orchid #A726CB
RGB
CMYK
RGB Variations
Color information
#A726CB (or 0xA726CB) is known color: Dark Orchid. HEX triplet: A7, 26 and CB. RGB value is (167,38,203). Sum of RGB (Red+Green+Blue) = 167+38+203=408 (54% of max value = 765). Red value is 167 (65.62% from 255 or 40.93% from 408); Green value is 38 (15.23% from 255 or 9.31% from 408); Blue value is 203 (79.69% from 255 or 49.75% from 408); Max value from RGB is 203 - color contains mainly: blue. Hex color #A726CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A726CB is #58D934. Grayscale: #5E5E5E. Windows color (decimal): -5822773 or 13313703. OLE color: 13313703.
HSL color Cylindrical-coordinate representation of color #A726CB: hue angle of 286.91º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A726CB is Cyan = 0.18, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 167 | 38 | 203 | - |
| CMYK | 0.18 | 0.81 | 0 | 0.20 |
| HSL | 286.91º | 0.68% | 0.47% | - |
| HSV(B) | 286.91º | 0.81% | 0.8% | - |
| XYZ | 27.41 | 13.91 | 57.74 | - |
| YUV | 95.38 | 188.74 | 179.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 38 | 203 | 0.18 | 0.81 | 0 | 0.20 | 286.91 | 0.68 | 0.47 |
| Hex | A7 | 26 | CB | 12 | 51 | 0 | 14 | 11F | 44 | 2F |
| Octal | 247 | 46 | 313 | 22 | 121 | 0 | 24 | 437 | 104 | 57 |
| Binary | 10100111 | 100110 | 11001011 | 10010 | 1010001 | 0 | 10100 | 100011111 | 1000100 | 101111 |
Color Harmonies of #A726CB
Complementary color
Monochromatic Colors of #A726CB
Black with #A726CB
Text Example
Text Example
White with #A726CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A726CB; }
p { color: rgb(167,38,203); }
H1.HeaderClassName
{
color: #A726CB;
}
.AnyTagClassName
{
color: #A726CB;
}
</style>
background-color css
<style>
a { background-color: #A726CB; }
a { background-color: rgb(167,38,203); }
div.DivClassName
{
background-color: #A726CB;
}
.BgClassName
{
background-color: #A726CB;
}
</style>
border-color css
<style>
span { border-color: #A726CB; }
span { border-color: rgb(167,38,203); }
td.TdClassName
{
border-color: #A726CB;
}
.TagClassName
{
border-color: #A726CB;
}
</style>