Shades of Dark Orchid #A338AE
Tints of Dark Orchid #A338AE
RGB
CMYK
RGB Variations
Color information
#A338AE (or 0xA338AE) is known color: Dark Orchid. HEX triplet: A3, 38 and AE. RGB value is (163,56,174). Sum of RGB (Red+Green+Blue) = 163+56+174=393 (52% of max value = 765). Red value is 163 (64.06% from 255 or 41.48% from 393); Green value is 56 (22.27% from 255 or 14.25% from 393); Blue value is 174 (68.36% from 255 or 44.27% from 393); Max value from RGB is 174 - color contains mainly: blue. Hex color #A338AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A338AE is #5CC751. Grayscale: #656565. Windows color (decimal): -6080338 or 11417763. OLE color: 11417763.
HSL color Cylindrical-coordinate representation of color #A338AE: hue angle of 294.41º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A338AE is Cyan = 0.06, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 163 | 56 | 174 | - |
| CMYK | 0.06 | 0.68 | 0 | 0.32 |
| HSL | 294.41º | 0.51% | 0.45% | - |
| HSV(B) | 294.41º | 0.68% | 0.68% | - |
| XYZ | 24.16 | 13.67 | 41.41 | - |
| YUV | 101.45 | 168.95 | 171.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 56 | 174 | 0.06 | 0.68 | 0 | 0.32 | 294.41 | 0.51 | 0.45 |
| Hex | A3 | 38 | AE | 6 | 44 | 0 | 20 | 126 | 33 | 2D |
| Octal | 243 | 70 | 256 | 6 | 104 | 0 | 40 | 446 | 63 | 55 |
| Binary | 10100011 | 111000 | 10101110 | 110 | 1000100 | 0 | 100000 | 100100110 | 110011 | 101101 |
Color Harmonies of #A338AE
Complementary color
Monochromatic Colors of #A338AE
Black with #A338AE
Text Example
Text Example
White with #A338AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A338AE; }
p { color: rgb(163,56,174); }
H1.HeaderClassName
{
color: #A338AE;
}
.AnyTagClassName
{
color: #A338AE;
}
</style>
background-color css
<style>
a { background-color: #A338AE; }
a { background-color: rgb(163,56,174); }
div.DivClassName
{
background-color: #A338AE;
}
.BgClassName
{
background-color: #A338AE;
}
</style>
border-color css
<style>
span { border-color: #A338AE; }
span { border-color: rgb(163,56,174); }
td.TdClassName
{
border-color: #A338AE;
}
.TagClassName
{
border-color: #A338AE;
}
</style>