Shades of Dark Orchid #A435CB
Tints of Dark Orchid #A435CB
RGB
CMYK
RGB Variations
Color information
#A435CB (or 0xA435CB) is known color: Dark Orchid. HEX triplet: A4, 35 and CB. RGB value is (164,53,203). Sum of RGB (Red+Green+Blue) = 164+53+203=420 (55% of max value = 765). Red value is 164 (64.45% from 255 or 39.05% from 420); Green value is 53 (21.09% from 255 or 12.62% from 420); Blue value is 203 (79.69% from 255 or 48.33% from 420); Max value from RGB is 203 - color contains mainly: blue. Hex color #A435CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A435CB is #5BCA34. Grayscale: #666666. Windows color (decimal): -6015541 or 13317540. OLE color: 13317540.
HSL color Cylindrical-coordinate representation of color #A435CB: hue angle of 284.4º 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 #A435CB is Cyan = 0.19, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 164 | 53 | 203 | - |
| CMYK | 0.19 | 0.74 | 0 | 0.20 |
| HSL | 284.4º | 0.59% | 0.5% | - |
| HSV(B) | 284.4º | 0.74% | 0.8% | - |
| XYZ | 27.36 | 14.75 | 57.9 | - |
| YUV | 103.29 | 184.27 | 171.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 53 | 203 | 0.19 | 0.74 | 0 | 0.20 | 284.4 | 0.59 | 0.5 |
| Hex | A4 | 35 | CB | 13 | 4A | 0 | 14 | 11C | 3B | 32 |
| Octal | 244 | 65 | 313 | 23 | 112 | 0 | 24 | 434 | 73 | 62 |
| Binary | 10100100 | 110101 | 11001011 | 10011 | 1001010 | 0 | 10100 | 100011100 | 111011 | 110010 |
Color Harmonies of #A435CB
Complementary color
Monochromatic Colors of #A435CB
Black with #A435CB
Text Example
Text Example
White with #A435CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A435CB; }
p { color: rgb(164,53,203); }
H1.HeaderClassName
{
color: #A435CB;
}
.AnyTagClassName
{
color: #A435CB;
}
</style>
background-color css
<style>
a { background-color: #A435CB; }
a { background-color: rgb(164,53,203); }
div.DivClassName
{
background-color: #A435CB;
}
.BgClassName
{
background-color: #A435CB;
}
</style>
border-color css
<style>
span { border-color: #A435CB; }
span { border-color: rgb(164,53,203); }
td.TdClassName
{
border-color: #A435CB;
}
.TagClassName
{
border-color: #A435CB;
}
</style>