Shades of Dark Orchid #A334AF
Tints of Dark Orchid #A334AF
RGB
CMYK
RGB Variations
Color information
#A334AF (or 0xA334AF) is known color: Dark Orchid. HEX triplet: A3, 34 and AF. RGB value is (163,52,175). Sum of RGB (Red+Green+Blue) = 163+52+175=390 (51% of max value = 765). Red value is 163 (64.06% from 255 or 41.79% from 390); Green value is 52 (20.70% from 255 or 13.33% from 390); Blue value is 175 (68.75% from 255 or 44.87% from 390); Max value from RGB is 175 - color contains mainly: blue. Hex color #A334AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A334AF is #5CCB50. Grayscale: #626262. Windows color (decimal): -6081361 or 11482275. OLE color: 11482275.
HSL color Cylindrical-coordinate representation of color #A334AF: hue angle of 294.15º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A334AF is Cyan = 0.07, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 163 | 52 | 175 | - |
| CMYK | 0.07 | 0.70 | 0 | 0.31 |
| HSL | 294.15º | 0.54% | 0.45% | - |
| HSV(B) | 294.15º | 0.7% | 0.69% | - |
| XYZ | 24.07 | 13.34 | 41.86 | - |
| YUV | 99.21 | 170.77 | 173.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 52 | 175 | 0.07 | 0.70 | 0 | 0.31 | 294.15 | 0.54 | 0.45 |
| Hex | A3 | 34 | AF | 7 | 46 | 0 | 1F | 126 | 36 | 2D |
| Octal | 243 | 64 | 257 | 7 | 106 | 0 | 37 | 446 | 66 | 55 |
| Binary | 10100011 | 110100 | 10101111 | 111 | 1000110 | 0 | 11111 | 100100110 | 110110 | 101101 |
Color Harmonies of #A334AF
Complementary color
Monochromatic Colors of #A334AF
Black with #A334AF
Text Example
Text Example
White with #A334AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A334AF; }
p { color: rgb(163,52,175); }
H1.HeaderClassName
{
color: #A334AF;
}
.AnyTagClassName
{
color: #A334AF;
}
</style>
background-color css
<style>
a { background-color: #A334AF; }
a { background-color: rgb(163,52,175); }
div.DivClassName
{
background-color: #A334AF;
}
.BgClassName
{
background-color: #A334AF;
}
</style>
border-color css
<style>
span { border-color: #A334AF; }
span { border-color: rgb(163,52,175); }
td.TdClassName
{
border-color: #A334AF;
}
.TagClassName
{
border-color: #A334AF;
}
</style>