Shades of Dark Orchid #A338CC
Tints of Dark Orchid #A338CC
RGB
CMYK
RGB Variations
Color information
#A338CC (or 0xA338CC) is known color: Dark Orchid. HEX triplet: A3, 38 and CC. RGB value is (163,56,204). Sum of RGB (Red+Green+Blue) = 163+56+204=423 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.53% from 423); Green value is 56 (22.27% from 255 or 13.24% from 423); Blue value is 204 (80.08% from 255 or 48.23% from 423); Max value from RGB is 204 - color contains mainly: blue. Hex color #A338CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A338CC is #5CC733. Grayscale: #686868. Windows color (decimal): -6080308 or 13383843. OLE color: 13383843.
HSL color Cylindrical-coordinate representation of color #A338CC: hue angle of 283.38º degrees, saturation: 0.59, 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 #A338CC is Cyan = 0.20, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 163 | 56 | 204 | - |
| CMYK | 0.20 | 0.73 | 0 | 0.2 |
| HSL | 283.38º | 0.59% | 0.51% | - |
| HSV(B) | 283.38º | 0.73% | 0.8% | - |
| XYZ | 27.42 | 14.97 | 58.57 | - |
| YUV | 104.87 | 183.95 | 169.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 56 | 204 | 0.20 | 0.73 | 0 | 0.2 | 283.38 | 0.59 | 0.51 |
| Hex | A3 | 38 | CC | 14 | 49 | 0 | 14 | 11B | 3B | 33 |
| Octal | 243 | 70 | 314 | 24 | 111 | 0 | 24 | 433 | 73 | 63 |
| Binary | 10100011 | 111000 | 11001100 | 10100 | 1001001 | 0 | 10100 | 100011011 | 111011 | 110011 |
Color Harmonies of #A338CC
Complementary color
Monochromatic Colors of #A338CC
Black with #A338CC
Text Example
Text Example
White with #A338CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A338CC; }
p { color: rgb(163,56,204); }
H1.HeaderClassName
{
color: #A338CC;
}
.AnyTagClassName
{
color: #A338CC;
}
</style>
background-color css
<style>
a { background-color: #A338CC; }
a { background-color: rgb(163,56,204); }
div.DivClassName
{
background-color: #A338CC;
}
.BgClassName
{
background-color: #A338CC;
}
</style>
border-color css
<style>
span { border-color: #A338CC; }
span { border-color: rgb(163,56,204); }
td.TdClassName
{
border-color: #A338CC;
}
.TagClassName
{
border-color: #A338CC;
}
</style>