Shades of Dark Orchid #A742EA
Tints of Dark Orchid #A742EA
RGB
CMYK
RGB Variations
Color information
#A742EA (or 0xA742EA) is known color: Dark Orchid. HEX triplet: A7, 42 and EA. RGB value is (167,66,234). Sum of RGB (Red+Green+Blue) = 167+66+234=467 (61% of max value = 765). Red value is 167 (65.62% from 255 or 35.76% from 467); Green value is 66 (26.17% from 255 or 14.13% from 467); Blue value is 234 (91.80% from 255 or 50.11% from 467); Max value from RGB is 234 - color contains mainly: blue. Hex color #A742EA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A742EA is #58BD15. Grayscale: #727272. Windows color (decimal): -5815574 or 15352487. OLE color: 15352487.
HSL color Cylindrical-coordinate representation of color #A742EA: hue angle of 276.07º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A742EA is Cyan = 0.29, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 167 | 66 | 234 | - |
| CMYK | 0.29 | 0.72 | 0 | 0.08 |
| HSL | 276.07º | 0.8% | 0.59% | - |
| HSV(B) | 276.07º | 0.72% | 0.92% | - |
| XYZ | 32.74 | 18.05 | 79.6 | - |
| YUV | 115.35 | 194.96 | 164.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 66 | 234 | 0.29 | 0.72 | 0 | 0.08 | 276.07 | 0.8 | 0.59 |
| Hex | A7 | 42 | EA | 1D | 48 | 0 | 8 | 114 | 50 | 3B |
| Octal | 247 | 102 | 352 | 35 | 110 | 0 | 10 | 424 | 120 | 73 |
| Binary | 10100111 | 1000010 | 11101010 | 11101 | 1001000 | 0 | 1000 | 100010100 | 1010000 | 111011 |
Color Harmonies of #A742EA
Complementary color
Monochromatic Colors of #A742EA
Black with #A742EA
Text Example
Text Example
White with #A742EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A742EA; }
p { color: rgb(167,66,234); }
H1.HeaderClassName
{
color: #A742EA;
}
.AnyTagClassName
{
color: #A742EA;
}
</style>
background-color css
<style>
a { background-color: #A742EA; }
a { background-color: rgb(167,66,234); }
div.DivClassName
{
background-color: #A742EA;
}
.BgClassName
{
background-color: #A742EA;
}
</style>
border-color css
<style>
span { border-color: #A742EA; }
span { border-color: rgb(167,66,234); }
td.TdClassName
{
border-color: #A742EA;
}
.TagClassName
{
border-color: #A742EA;
}
</style>