Shades of Dark Orchid #A333AF
Tints of Dark Orchid #A333AF
RGB
CMYK
RGB Variations
Color information
#A333AF (or 0xA333AF) is known color: Dark Orchid. HEX triplet: A3, 33 and AF. RGB value is (163,51,175). Sum of RGB (Red+Green+Blue) = 163+51+175=389 (51% of max value = 765). Red value is 163 (64.06% from 255 or 41.90% from 389); Green value is 51 (20.31% from 255 or 13.11% from 389); Blue value is 175 (68.75% from 255 or 44.99% from 389); Max value from RGB is 175 - color contains mainly: blue. Hex color #A333AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A333AF is #5CCC50. Grayscale: #626262. Windows color (decimal): -6081617 or 11482019. OLE color: 11482019.
HSL color Cylindrical-coordinate representation of color #A333AF: hue angle of 294.19º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A333AF is Cyan = 0.07, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 163 | 51 | 175 | - |
| CMYK | 0.07 | 0.71 | 0 | 0.31 |
| HSL | 294.19º | 0.55% | 0.44% | - |
| HSV(B) | 294.19º | 0.71% | 0.69% | - |
| XYZ | 24.03 | 13.25 | 41.85 | - |
| YUV | 98.62 | 171.11 | 173.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 51 | 175 | 0.07 | 0.71 | 0 | 0.31 | 294.19 | 0.55 | 0.44 |
| Hex | A3 | 33 | AF | 7 | 47 | 0 | 1F | 126 | 37 | 2C |
| Octal | 243 | 63 | 257 | 7 | 107 | 0 | 37 | 446 | 67 | 54 |
| Binary | 10100011 | 110011 | 10101111 | 111 | 1000111 | 0 | 11111 | 100100110 | 110111 | 101100 |
Color Harmonies of #A333AF
Complementary color
Monochromatic Colors of #A333AF
Black with #A333AF
Text Example
Text Example
White with #A333AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A333AF; }
p { color: rgb(163,51,175); }
H1.HeaderClassName
{
color: #A333AF;
}
.AnyTagClassName
{
color: #A333AF;
}
</style>
background-color css
<style>
a { background-color: #A333AF; }
a { background-color: rgb(163,51,175); }
div.DivClassName
{
background-color: #A333AF;
}
.BgClassName
{
background-color: #A333AF;
}
</style>
border-color css
<style>
span { border-color: #A333AF; }
span { border-color: rgb(163,51,175); }
td.TdClassName
{
border-color: #A333AF;
}
.TagClassName
{
border-color: #A333AF;
}
</style>