Shades of Dark Orchid #A338CD
Tints of Dark Orchid #A338CD
RGB
CMYK
RGB Variations
Color information
#A338CD (or 0xA338CD) is known color: Dark Orchid. HEX triplet: A3, 38 and CD. RGB value is (163,56,205). Sum of RGB (Red+Green+Blue) = 163+56+205=424 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.44% from 424); Green value is 56 (22.27% from 255 or 13.21% from 424); Blue value is 205 (80.47% from 255 or 48.35% from 424); Max value from RGB is 205 - color contains mainly: blue. Hex color #A338CD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A338CD is #5CC732. Grayscale: #686868. Windows color (decimal): -6080307 or 13449379. OLE color: 13449379.
HSL color Cylindrical-coordinate representation of color #A338CD: hue angle of 283.09º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A338CD is Cyan = 0.20, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 163 | 56 | 205 | - |
| CMYK | 0.20 | 0.73 | 0 | 0.20 |
| HSL | 283.09º | 0.6% | 0.51% | - |
| HSV(B) | 283.09º | 0.73% | 0.8% | - |
| XYZ | 27.54 | 15.02 | 59.21 | - |
| YUV | 104.98 | 184.45 | 169.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 56 | 205 | 0.20 | 0.73 | 0 | 0.20 | 283.09 | 0.6 | 0.51 |
| Hex | A3 | 38 | CD | 14 | 49 | 0 | 14 | 11B | 3C | 33 |
| Octal | 243 | 70 | 315 | 24 | 111 | 0 | 24 | 433 | 74 | 63 |
| Binary | 10100011 | 111000 | 11001101 | 10100 | 1001001 | 0 | 10100 | 100011011 | 111100 | 110011 |
Color Harmonies of #A338CD
Complementary color
Monochromatic Colors of #A338CD
Black with #A338CD
Text Example
Text Example
White with #A338CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A338CD; }
p { color: rgb(163,56,205); }
H1.HeaderClassName
{
color: #A338CD;
}
.AnyTagClassName
{
color: #A338CD;
}
</style>
background-color css
<style>
a { background-color: #A338CD; }
a { background-color: rgb(163,56,205); }
div.DivClassName
{
background-color: #A338CD;
}
.BgClassName
{
background-color: #A338CD;
}
</style>
border-color css
<style>
span { border-color: #A338CD; }
span { border-color: rgb(163,56,205); }
td.TdClassName
{
border-color: #A338CD;
}
.TagClassName
{
border-color: #A338CD;
}
</style>