Shades of Dark Orchid #A434CB
Tints of Dark Orchid #A434CB
RGB
CMYK
RGB Variations
Color information
#A434CB (or 0xA434CB) is known color: Dark Orchid. HEX triplet: A4, 34 and CB. RGB value is (164,52,203). Sum of RGB (Red+Green+Blue) = 164+52+203=419 (55% of max value = 765). Red value is 164 (64.45% from 255 or 39.14% from 419); Green value is 52 (20.70% from 255 or 12.41% from 419); Blue value is 203 (79.69% from 255 or 48.45% from 419); Max value from RGB is 203 - color contains mainly: blue. Hex color #A434CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A434CB is #5BCB34. Grayscale: #666666. Windows color (decimal): -6015797 or 13317284. OLE color: 13317284.
HSL color Cylindrical-coordinate representation of color #A434CB: hue angle of 284.5º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A434CB is Cyan = 0.19, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 164 | 52 | 203 | - |
| CMYK | 0.19 | 0.74 | 0 | 0.20 |
| HSL | 284.5º | 0.59% | 0.5% | - |
| HSV(B) | 284.5º | 0.74% | 0.8% | - |
| XYZ | 27.32 | 14.66 | 57.89 | - |
| YUV | 102.7 | 184.61 | 171.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 52 | 203 | 0.19 | 0.74 | 0 | 0.20 | 284.5 | 0.59 | 0.5 |
| Hex | A4 | 34 | CB | 13 | 4A | 0 | 14 | 11D | 3B | 32 |
| Octal | 244 | 64 | 313 | 23 | 112 | 0 | 24 | 435 | 73 | 62 |
| Binary | 10100100 | 110100 | 11001011 | 10011 | 1001010 | 0 | 10100 | 100011101 | 111011 | 110010 |
Color Harmonies of #A434CB
Complementary color
Monochromatic Colors of #A434CB
Black with #A434CB
Text Example
Text Example
White with #A434CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A434CB; }
p { color: rgb(164,52,203); }
H1.HeaderClassName
{
color: #A434CB;
}
.AnyTagClassName
{
color: #A434CB;
}
</style>
background-color css
<style>
a { background-color: #A434CB; }
a { background-color: rgb(164,52,203); }
div.DivClassName
{
background-color: #A434CB;
}
.BgClassName
{
background-color: #A434CB;
}
</style>
border-color css
<style>
span { border-color: #A434CB; }
span { border-color: rgb(164,52,203); }
td.TdClassName
{
border-color: #A434CB;
}
.TagClassName
{
border-color: #A434CB;
}
</style>