Shades of Dark Orchid #A33FC9
Tints of Dark Orchid #A33FC9
RGB
CMYK
RGB Variations
Color information
#A33FC9 (or 0xA33FC9) is known color: Dark Orchid. HEX triplet: A3, 3F and C9. RGB value is (163,63,201). Sum of RGB (Red+Green+Blue) = 163+63+201=427 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.17% from 427); Green value is 63 (25% from 255 or 14.75% from 427); Blue value is 201 (78.91% from 255 or 47.07% from 427); Max value from RGB is 201 - color contains mainly: blue. Hex color #A33FC9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A33FC9 is #5CC036. Grayscale: #6C6C6C. Windows color (decimal): -6078519 or 13189027. OLE color: 13189027.
HSL color Cylindrical-coordinate representation of color #A33FC9: hue angle of 283.48º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A33FC9 is Cyan = 0.19, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 163 | 63 | 201 | - |
| CMYK | 0.19 | 0.69 | 0 | 0.21 |
| HSL | 283.48º | 0.56% | 0.52% | - |
| HSV(B) | 283.48º | 0.69% | 0.79% | - |
| XYZ | 27.42 | 15.56 | 56.82 | - |
| YUV | 108.63 | 180.13 | 166.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 63 | 201 | 0.19 | 0.69 | 0 | 0.21 | 283.48 | 0.56 | 0.52 |
| Hex | A3 | 3F | C9 | 13 | 45 | 0 | 15 | 11B | 38 | 34 |
| Octal | 243 | 77 | 311 | 23 | 105 | 0 | 25 | 433 | 70 | 64 |
| Binary | 10100011 | 111111 | 11001001 | 10011 | 1000101 | 0 | 10101 | 100011011 | 111000 | 110100 |
Color Harmonies of #A33FC9
Complementary color
Monochromatic Colors of #A33FC9
Black with #A33FC9
Text Example
Text Example
White with #A33FC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A33FC9; }
p { color: rgb(163,63,201); }
H1.HeaderClassName
{
color: #A33FC9;
}
.AnyTagClassName
{
color: #A33FC9;
}
</style>
background-color css
<style>
a { background-color: #A33FC9; }
a { background-color: rgb(163,63,201); }
div.DivClassName
{
background-color: #A33FC9;
}
.BgClassName
{
background-color: #A33FC9;
}
</style>
border-color css
<style>
span { border-color: #A33FC9; }
span { border-color: rgb(163,63,201); }
td.TdClassName
{
border-color: #A33FC9;
}
.TagClassName
{
border-color: #A33FC9;
}
</style>