Shades of Dark Orchid #A323CB
Tints of Dark Orchid #A323CB
RGB
CMYK
RGB Variations
Color information
#A323CB (or 0xA323CB) is known color: Dark Orchid. HEX triplet: A3, 23 and CB. RGB value is (163,35,203). Sum of RGB (Red+Green+Blue) = 163+35+203=401 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.65% from 401); Green value is 35 (14.06% from 255 or 8.73% from 401); Blue value is 203 (79.69% from 255 or 50.62% from 401); Max value from RGB is 203 - color contains mainly: blue. Hex color #A323CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A323CB is #5CDC34. Grayscale: #5B5B5B. Windows color (decimal): -6085685 or 13312931. OLE color: 13312931.
HSL color Cylindrical-coordinate representation of color #A323CB: hue angle of 285.71º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A323CB is Cyan = 0.20, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 163 | 35 | 203 | - |
| CMYK | 0.20 | 0.83 | 0 | 0.20 |
| HSL | 285.71º | 0.71% | 0.47% | - |
| HSV(B) | 285.71º | 0.83% | 0.8% | - |
| XYZ | 26.48 | 13.3 | 57.67 | - |
| YUV | 92.42 | 190.41 | 178.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 35 | 203 | 0.20 | 0.83 | 0 | 0.20 | 285.71 | 0.71 | 0.47 |
| Hex | A3 | 23 | CB | 14 | 53 | 0 | 14 | 11E | 47 | 2F |
| Octal | 243 | 43 | 313 | 24 | 123 | 0 | 24 | 436 | 107 | 57 |
| Binary | 10100011 | 100011 | 11001011 | 10100 | 1010011 | 0 | 10100 | 100011110 | 1000111 | 101111 |
Color Harmonies of #A323CB
Complementary color
Monochromatic Colors of #A323CB
Black with #A323CB
Text Example
Text Example
White with #A323CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A323CB; }
p { color: rgb(163,35,203); }
H1.HeaderClassName
{
color: #A323CB;
}
.AnyTagClassName
{
color: #A323CB;
}
</style>
background-color css
<style>
a { background-color: #A323CB; }
a { background-color: rgb(163,35,203); }
div.DivClassName
{
background-color: #A323CB;
}
.BgClassName
{
background-color: #A323CB;
}
</style>
border-color css
<style>
span { border-color: #A323CB; }
span { border-color: rgb(163,35,203); }
td.TdClassName
{
border-color: #A323CB;
}
.TagClassName
{
border-color: #A323CB;
}
</style>