Shades of Dark Orchid #A338CB
Tints of Dark Orchid #A338CB
RGB
CMYK
RGB Variations
Color information
#A338CB (or 0xA338CB) is known color: Dark Orchid. HEX triplet: A3, 38 and CB. RGB value is (163,56,203). Sum of RGB (Red+Green+Blue) = 163+56+203=422 (55% of max value = 765). Red value is 163 (64.06% from 255 or 38.63% from 422); Green value is 56 (22.27% from 255 or 13.27% from 422); Blue value is 203 (79.69% from 255 or 48.10% from 422); Max value from RGB is 203 - color contains mainly: blue. Hex color #A338CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A338CB is #5CC734. Grayscale: #686868. Windows color (decimal): -6080309 or 13318307. OLE color: 13318307.
HSL color Cylindrical-coordinate representation of color #A338CB: hue angle of 283.67º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A338CB is Cyan = 0.20, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 163 | 56 | 203 | - |
| CMYK | 0.20 | 0.72 | 0 | 0.20 |
| HSL | 283.67º | 0.59% | 0.51% | - |
| HSV(B) | 283.67º | 0.72% | 0.8% | - |
| XYZ | 27.3 | 14.93 | 57.94 | - |
| YUV | 104.75 | 183.45 | 169.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 56 | 203 | 0.20 | 0.72 | 0 | 0.20 | 283.67 | 0.59 | 0.51 |
| Hex | A3 | 38 | CB | 14 | 48 | 0 | 14 | 11C | 3B | 33 |
| Octal | 243 | 70 | 313 | 24 | 110 | 0 | 24 | 434 | 73 | 63 |
| Binary | 10100011 | 111000 | 11001011 | 10100 | 1001000 | 0 | 10100 | 100011100 | 111011 | 110011 |
Color Harmonies of #A338CB
Complementary color
Monochromatic Colors of #A338CB
Black with #A338CB
Text Example
Text Example
White with #A338CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A338CB; }
p { color: rgb(163,56,203); }
H1.HeaderClassName
{
color: #A338CB;
}
.AnyTagClassName
{
color: #A338CB;
}
</style>
background-color css
<style>
a { background-color: #A338CB; }
a { background-color: rgb(163,56,203); }
div.DivClassName
{
background-color: #A338CB;
}
.BgClassName
{
background-color: #A338CB;
}
</style>
border-color css
<style>
span { border-color: #A338CB; }
span { border-color: rgb(163,56,203); }
td.TdClassName
{
border-color: #A338CB;
}
.TagClassName
{
border-color: #A338CB;
}
</style>