Shades of Dark Orchid #A645EA
Tints of Dark Orchid #A645EA
RGB
CMYK
RGB Variations
Color information
#A645EA (or 0xA645EA) is known color: Dark Orchid. HEX triplet: A6, 45 and EA. RGB value is (166,69,234). Sum of RGB (Red+Green+Blue) = 166+69+234=469 (62% of max value = 765). Red value is 166 (65.23% from 255 or 35.39% from 469); Green value is 69 (27.34% from 255 or 14.71% from 469); Blue value is 234 (91.80% from 255 or 49.89% from 469); Max value from RGB is 234 - color contains mainly: blue. Hex color #A645EA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A645EA is #59BA15. Grayscale: #747474. Windows color (decimal): -5880342 or 15353254. OLE color: 15353254.
HSL color Cylindrical-coordinate representation of color #A645EA: hue angle of 275.27º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A645EA is Cyan = 0.29, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 166 | 69 | 234 | - |
| CMYK | 0.29 | 0.71 | 0 | 0.08 |
| HSL | 275.27º | 0.8% | 0.59% | - |
| HSV(B) | 275.27º | 0.71% | 0.92% | - |
| XYZ | 32.71 | 18.3 | 79.65 | - |
| YUV | 116.81 | 194.14 | 163.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 69 | 234 | 0.29 | 0.71 | 0 | 0.08 | 275.27 | 0.8 | 0.59 |
| Hex | A6 | 45 | EA | 1D | 47 | 0 | 8 | 113 | 50 | 3B |
| Octal | 246 | 105 | 352 | 35 | 107 | 0 | 10 | 423 | 120 | 73 |
| Binary | 10100110 | 1000101 | 11101010 | 11101 | 1000111 | 0 | 1000 | 100010011 | 1010000 | 111011 |
Color Harmonies of #A645EA
Complementary color
Monochromatic Colors of #A645EA
Black with #A645EA
Text Example
Text Example
White with #A645EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A645EA; }
p { color: rgb(166,69,234); }
H1.HeaderClassName
{
color: #A645EA;
}
.AnyTagClassName
{
color: #A645EA;
}
</style>
background-color css
<style>
a { background-color: #A645EA; }
a { background-color: rgb(166,69,234); }
div.DivClassName
{
background-color: #A645EA;
}
.BgClassName
{
background-color: #A645EA;
}
</style>
border-color css
<style>
span { border-color: #A645EA; }
span { border-color: rgb(166,69,234); }
td.TdClassName
{
border-color: #A645EA;
}
.TagClassName
{
border-color: #A645EA;
}
</style>