Shades of Dark Orchid #A436CB
Tints of Dark Orchid #A436CB
RGB
CMYK
RGB Variations
Color information
#A436CB (or 0xA436CB) is known color: Dark Orchid. HEX triplet: A4, 36 and CB. RGB value is (164,54,203). Sum of RGB (Red+Green+Blue) = 164+54+203=421 (55% of max value = 765). Red value is 164 (64.45% from 255 or 38.95% from 421); Green value is 54 (21.48% from 255 or 12.83% from 421); Blue value is 203 (79.69% from 255 or 48.22% from 421); Max value from RGB is 203 - color contains mainly: blue. Hex color #A436CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A436CB is #5BC934. Grayscale: #676767. Windows color (decimal): -6015285 or 13317796. OLE color: 13317796.
HSL color Cylindrical-coordinate representation of color #A436CB: hue angle of 284.3º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A436CB is Cyan = 0.19, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 164 | 54 | 203 | - |
| CMYK | 0.19 | 0.73 | 0 | 0.20 |
| HSL | 284.3º | 0.59% | 0.5% | - |
| HSV(B) | 284.3º | 0.73% | 0.8% | - |
| XYZ | 27.41 | 14.84 | 57.92 | - |
| YUV | 103.88 | 183.94 | 170.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 54 | 203 | 0.19 | 0.73 | 0 | 0.20 | 284.3 | 0.59 | 0.5 |
| Hex | A4 | 36 | CB | 13 | 49 | 0 | 14 | 11C | 3B | 32 |
| Octal | 244 | 66 | 313 | 23 | 111 | 0 | 24 | 434 | 73 | 62 |
| Binary | 10100100 | 110110 | 11001011 | 10011 | 1001001 | 0 | 10100 | 100011100 | 111011 | 110010 |
Color Harmonies of #A436CB
Complementary color
Monochromatic Colors of #A436CB
Black with #A436CB
Text Example
Text Example
White with #A436CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A436CB; }
p { color: rgb(164,54,203); }
H1.HeaderClassName
{
color: #A436CB;
}
.AnyTagClassName
{
color: #A436CB;
}
</style>
background-color css
<style>
a { background-color: #A436CB; }
a { background-color: rgb(164,54,203); }
div.DivClassName
{
background-color: #A436CB;
}
.BgClassName
{
background-color: #A436CB;
}
</style>
border-color css
<style>
span { border-color: #A436CB; }
span { border-color: rgb(164,54,203); }
td.TdClassName
{
border-color: #A436CB;
}
.TagClassName
{
border-color: #A436CB;
}
</style>