Shades of Dark Orchid #A338DB
Tints of Dark Orchid #A338DB
RGB
CMYK
RGB Variations
Color information
#A338DB (or 0xA338DB) is known color: Dark Orchid. HEX triplet: A3, 38 and DB. RGB value is (163,56,219). Sum of RGB (Red+Green+Blue) = 163+56+219=438 (58% of max value = 765). Red value is 163 (64.06% from 255 or 37.21% from 438); Green value is 56 (22.27% from 255 or 12.79% from 438); Blue value is 219 (85.94% from 255 or 50% from 438); Max value from RGB is 219 - color contains mainly: blue. Hex color #A338DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A338DB is #5CC724. Grayscale: #6A6A6A. Windows color (decimal): -6080293 or 14366883. OLE color: 14366883.
HSL color Cylindrical-coordinate representation of color #A338DB: hue angle of 279.39º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A338DB is Cyan = 0.26, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 163 | 56 | 219 | - |
| CMYK | 0.26 | 0.74 | 0 | 0.14 |
| HSL | 279.39º | 0.69% | 0.54% | - |
| HSV(B) | 279.39º | 0.74% | 0.86% | - |
| XYZ | 29.3 | 15.73 | 68.51 | - |
| YUV | 106.58 | 191.45 | 168.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 56 | 219 | 0.26 | 0.74 | 0 | 0.14 | 279.39 | 0.69 | 0.54 |
| Hex | A3 | 38 | DB | 1A | 4A | 0 | E | 117 | 45 | 36 |
| Octal | 243 | 70 | 333 | 32 | 112 | 0 | 16 | 427 | 105 | 66 |
| Binary | 10100011 | 111000 | 11011011 | 11010 | 1001010 | 0 | 1110 | 100010111 | 1000101 | 110110 |
Color Harmonies of #A338DB
Complementary color
Monochromatic Colors of #A338DB
Black with #A338DB
Text Example
Text Example
White with #A338DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A338DB; }
p { color: rgb(163,56,219); }
H1.HeaderClassName
{
color: #A338DB;
}
.AnyTagClassName
{
color: #A338DB;
}
</style>
background-color css
<style>
a { background-color: #A338DB; }
a { background-color: rgb(163,56,219); }
div.DivClassName
{
background-color: #A338DB;
}
.BgClassName
{
background-color: #A338DB;
}
</style>
border-color css
<style>
span { border-color: #A338DB; }
span { border-color: rgb(163,56,219); }
td.TdClassName
{
border-color: #A338DB;
}
.TagClassName
{
border-color: #A338DB;
}
</style>