Shades of Dark Orchid #A33BE7
Tints of Dark Orchid #A33BE7
RGB
CMYK
RGB Variations
Color information
#A33BE7 (or 0xA33BE7) is known color: Dark Orchid. HEX triplet: A3, 3B and E7. RGB value is (163,59,231). Sum of RGB (Red+Green+Blue) = 163+59+231=453 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.98% from 453); Green value is 59 (23.44% from 255 or 13.02% from 453); Blue value is 231 (90.62% from 255 or 50.99% from 453); Max value from RGB is 231 - color contains mainly: blue. Hex color #A33BE7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A33BE7 is #5CC418. Grayscale: #6D6D6D. Windows color (decimal): -6079513 or 15154083. OLE color: 15154083.
HSL color Cylindrical-coordinate representation of color #A33BE7: hue angle of 276.28º degrees, saturation: 0.78, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A33BE7 is Cyan = 0.29, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 163 | 59 | 231 | - |
| CMYK | 0.29 | 0.74 | 0 | 0.09 |
| HSL | 276.28º | 0.78% | 0.57% | - |
| HSV(B) | 276.28º | 0.74% | 0.91% | - |
| XYZ | 31.09 | 16.68 | 77.18 | - |
| YUV | 109.7 | 196.46 | 166.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 59 | 231 | 0.29 | 0.74 | 0 | 0.09 | 276.28 | 0.78 | 0.57 |
| Hex | A3 | 3B | E7 | 1D | 4A | 0 | 9 | 114 | 4E | 39 |
| Octal | 243 | 73 | 347 | 35 | 112 | 0 | 11 | 424 | 116 | 71 |
| Binary | 10100011 | 111011 | 11100111 | 11101 | 1001010 | 0 | 1001 | 100010100 | 1001110 | 111001 |
Color Harmonies of #A33BE7
Complementary color
Monochromatic Colors of #A33BE7
Black with #A33BE7
Text Example
Text Example
White with #A33BE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A33BE7; }
p { color: rgb(163,59,231); }
H1.HeaderClassName
{
color: #A33BE7;
}
.AnyTagClassName
{
color: #A33BE7;
}
</style>
background-color css
<style>
a { background-color: #A33BE7; }
a { background-color: rgb(163,59,231); }
div.DivClassName
{
background-color: #A33BE7;
}
.BgClassName
{
background-color: #A33BE7;
}
</style>
border-color css
<style>
span { border-color: #A33BE7; }
span { border-color: rgb(163,59,231); }
td.TdClassName
{
border-color: #A33BE7;
}
.TagClassName
{
border-color: #A33BE7;
}
</style>