Shades of Dark Orchid #A426B8
Tints of Dark Orchid #A426B8
RGB
CMYK
RGB Variations
Color information
#A426B8 (or 0xA426B8) is known color: Dark Orchid. HEX triplet: A4, 26 and B8. RGB value is (164,38,184). Sum of RGB (Red+Green+Blue) = 164+38+184=386 (51% of max value = 765). Red value is 164 (64.45% from 255 or 42.49% from 386); Green value is 38 (15.23% from 255 or 9.84% from 386); Blue value is 184 (72.27% from 255 or 47.67% from 386); Max value from RGB is 184 - color contains mainly: blue. Hex color #A426B8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A426B8 is #5BD947. Grayscale: #5B5B5B. Windows color (decimal): -6019400 or 12068516. OLE color: 12068516.
HSL color Cylindrical-coordinate representation of color #A426B8: hue angle of 291.78º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A426B8 is Cyan = 0.11, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 164 | 38 | 184 | - |
| CMYK | 0.11 | 0.79 | 0 | 0.28 |
| HSL | 291.78º | 0.66% | 0.44% | - |
| HSV(B) | 291.78º | 0.79% | 0.72% | - |
| XYZ | 24.65 | 12.74 | 46.51 | - |
| YUV | 92.32 | 179.74 | 179.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 38 | 184 | 0.11 | 0.79 | 0 | 0.28 | 291.78 | 0.66 | 0.44 |
| Hex | A4 | 26 | B8 | B | 4F | 0 | 1C | 124 | 42 | 2C |
| Octal | 244 | 46 | 270 | 13 | 117 | 0 | 34 | 444 | 102 | 54 |
| Binary | 10100100 | 100110 | 10111000 | 1011 | 1001111 | 0 | 11100 | 100100100 | 1000010 | 101100 |
Color Harmonies of #A426B8
Complementary color
Monochromatic Colors of #A426B8
Black with #A426B8
Text Example
Text Example
White with #A426B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A426B8; }
p { color: rgb(164,38,184); }
H1.HeaderClassName
{
color: #A426B8;
}
.AnyTagClassName
{
color: #A426B8;
}
</style>
background-color css
<style>
a { background-color: #A426B8; }
a { background-color: rgb(164,38,184); }
div.DivClassName
{
background-color: #A426B8;
}
.BgClassName
{
background-color: #A426B8;
}
</style>
border-color css
<style>
span { border-color: #A426B8; }
span { border-color: rgb(164,38,184); }
td.TdClassName
{
border-color: #A426B8;
}
.TagClassName
{
border-color: #A426B8;
}
</style>