Shades of Dark Orchid #A338C5
Tints of Dark Orchid #A338C5
RGB
CMYK
RGB Variations
Color information
#A338C5 (or 0xA338C5) is known color: Dark Orchid. HEX triplet: A3, 38 and C5. RGB value is (163,56,197). Sum of RGB (Red+Green+Blue) = 163+56+197=416 (55% of max value = 765). Red value is 163 (64.06% from 255 or 39.18% from 416); Green value is 56 (22.27% from 255 or 13.46% from 416); Blue value is 197 (77.34% from 255 or 47.36% from 416); Max value from RGB is 197 - color contains mainly: blue. Hex color #A338C5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A338C5 is #5CC73A. Grayscale: #676767. Windows color (decimal): -6080315 or 12925091. OLE color: 12925091.
HSL color Cylindrical-coordinate representation of color #A338C5: hue angle of 285.53º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A338C5 is Cyan = 0.17, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 163 | 56 | 197 | - |
| CMYK | 0.17 | 0.72 | 0 | 0.23 |
| HSL | 285.53º | 0.56% | 0.5% | - |
| HSV(B) | 285.53º | 0.72% | 0.77% | - |
| XYZ | 26.6 | 14.65 | 54.25 | - |
| YUV | 104.07 | 180.45 | 170.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 56 | 197 | 0.17 | 0.72 | 0 | 0.23 | 285.53 | 0.56 | 0.5 |
| Hex | A3 | 38 | C5 | 11 | 48 | 0 | 17 | 11E | 38 | 32 |
| Octal | 243 | 70 | 305 | 21 | 110 | 0 | 27 | 436 | 70 | 62 |
| Binary | 10100011 | 111000 | 11000101 | 10001 | 1001000 | 0 | 10111 | 100011110 | 111000 | 110010 |
Color Harmonies of #A338C5
Complementary color
Monochromatic Colors of #A338C5
Black with #A338C5
Text Example
Text Example
White with #A338C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A338C5; }
p { color: rgb(163,56,197); }
H1.HeaderClassName
{
color: #A338C5;
}
.AnyTagClassName
{
color: #A338C5;
}
</style>
background-color css
<style>
a { background-color: #A338C5; }
a { background-color: rgb(163,56,197); }
div.DivClassName
{
background-color: #A338C5;
}
.BgClassName
{
background-color: #A338C5;
}
</style>
border-color css
<style>
span { border-color: #A338C5; }
span { border-color: rgb(163,56,197); }
td.TdClassName
{
border-color: #A338C5;
}
.TagClassName
{
border-color: #A338C5;
}
</style>