Shades of Dark Orchid #A33ECB
Tints of Dark Orchid #A33ECB
RGB
CMYK
RGB Variations
Color information
#A33ECB (or 0xA33ECB) is known color: Dark Orchid. HEX triplet: A3, 3E and CB. RGB value is (163,62,203). Sum of RGB (Red+Green+Blue) = 163+62+203=428 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.08% from 428); Green value is 62 (24.61% from 255 or 14.49% from 428); Blue value is 203 (79.69% from 255 or 47.43% from 428); Max value from RGB is 203 - color contains mainly: blue. Hex color #A33ECB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A33ECB is #5CC134. Grayscale: #6B6B6B. Windows color (decimal): -6078773 or 13319843. OLE color: 13319843.
HSL color Cylindrical-coordinate representation of color #A33ECB: hue angle of 282.98º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A33ECB is Cyan = 0.20, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 163 | 62 | 203 | - |
| CMYK | 0.20 | 0.69 | 0 | 0.20 |
| HSL | 282.98º | 0.58% | 0.52% | - |
| HSV(B) | 282.98º | 0.69% | 0.8% | - |
| XYZ | 27.61 | 15.54 | 58.05 | - |
| YUV | 108.27 | 181.46 | 167.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 62 | 203 | 0.20 | 0.69 | 0 | 0.20 | 282.98 | 0.58 | 0.52 |
| Hex | A3 | 3E | CB | 14 | 45 | 0 | 14 | 11B | 3A | 34 |
| Octal | 243 | 76 | 313 | 24 | 105 | 0 | 24 | 433 | 72 | 64 |
| Binary | 10100011 | 111110 | 11001011 | 10100 | 1000101 | 0 | 10100 | 100011011 | 111010 | 110100 |
Color Harmonies of #A33ECB
Complementary color
Monochromatic Colors of #A33ECB
Black with #A33ECB
Text Example
Text Example
White with #A33ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A33ECB; }
p { color: rgb(163,62,203); }
H1.HeaderClassName
{
color: #A33ECB;
}
.AnyTagClassName
{
color: #A33ECB;
}
</style>
background-color css
<style>
a { background-color: #A33ECB; }
a { background-color: rgb(163,62,203); }
div.DivClassName
{
background-color: #A33ECB;
}
.BgClassName
{
background-color: #A33ECB;
}
</style>
border-color css
<style>
span { border-color: #A33ECB; }
span { border-color: rgb(163,62,203); }
td.TdClassName
{
border-color: #A33ECB;
}
.TagClassName
{
border-color: #A33ECB;
}
</style>