Shades of Dark Orchid #A334CC
Tints of Dark Orchid #A334CC
RGB
CMYK
RGB Variations
Color information
#A334CC (or 0xA334CC) is known color: Dark Orchid. HEX triplet: A3, 34 and CC. RGB value is (163,52,204). Sum of RGB (Red+Green+Blue) = 163+52+204=419 (55% of max value = 765). Red value is 163 (64.06% from 255 or 38.90% from 419); Green value is 52 (20.70% from 255 or 12.41% from 419); Blue value is 204 (80.08% from 255 or 48.69% from 419); Max value from RGB is 204 - color contains mainly: blue. Hex color #A334CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A334CC is #5CCB33. Grayscale: #666666. Windows color (decimal): -6081332 or 13382819. OLE color: 13382819.
HSL color Cylindrical-coordinate representation of color #A334CC: hue angle of 283.82º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A334CC is Cyan = 0.20, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 163 | 52 | 204 | - |
| CMYK | 0.20 | 0.75 | 0 | 0.2 |
| HSL | 283.82º | 0.6% | 0.5% | - |
| HSV(B) | 283.82º | 0.75% | 0.8% | - |
| XYZ | 27.23 | 14.6 | 58.51 | - |
| YUV | 102.52 | 185.27 | 171.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 52 | 204 | 0.20 | 0.75 | 0 | 0.2 | 283.82 | 0.6 | 0.5 |
| Hex | A3 | 34 | CC | 14 | 4B | 0 | 14 | 11C | 3C | 32 |
| Octal | 243 | 64 | 314 | 24 | 113 | 0 | 24 | 434 | 74 | 62 |
| Binary | 10100011 | 110100 | 11001100 | 10100 | 1001011 | 0 | 10100 | 100011100 | 111100 | 110010 |
Color Harmonies of #A334CC
Complementary color
Monochromatic Colors of #A334CC
Black with #A334CC
Text Example
Text Example
White with #A334CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A334CC; }
p { color: rgb(163,52,204); }
H1.HeaderClassName
{
color: #A334CC;
}
.AnyTagClassName
{
color: #A334CC;
}
</style>
background-color css
<style>
a { background-color: #A334CC; }
a { background-color: rgb(163,52,204); }
div.DivClassName
{
background-color: #A334CC;
}
.BgClassName
{
background-color: #A334CC;
}
</style>
border-color css
<style>
span { border-color: #A334CC; }
span { border-color: rgb(163,52,204); }
td.TdClassName
{
border-color: #A334CC;
}
.TagClassName
{
border-color: #A334CC;
}
</style>