Shades of Dark Orchid #A735CB
Tints of Dark Orchid #A735CB
RGB
CMYK
RGB Variations
Color information
#A735CB (or 0xA735CB) is known color: Dark Orchid. HEX triplet: A7, 35 and CB. RGB value is (167,53,203). Sum of RGB (Red+Green+Blue) = 167+53+203=423 (56% of max value = 765). Red value is 167 (65.62% from 255 or 39.48% from 423); Green value is 53 (21.09% from 255 or 12.53% from 423); Blue value is 203 (79.69% from 255 or 47.99% from 423); Max value from RGB is 203 - color contains mainly: blue. Hex color #A735CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A735CB is #58CA34. Grayscale: #676767. Windows color (decimal): -5818933 or 13317543. OLE color: 13317543.
HSL color Cylindrical-coordinate representation of color #A735CB: hue angle of 285.6º 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 #A735CB is Cyan = 0.18, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 167 | 53 | 203 | - |
| CMYK | 0.18 | 0.74 | 0 | 0.20 |
| HSL | 285.6º | 0.59% | 0.5% | - |
| HSV(B) | 285.6º | 0.74% | 0.8% | - |
| XYZ | 27.99 | 15.07 | 57.93 | - |
| YUV | 104.19 | 183.77 | 172.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 53 | 203 | 0.18 | 0.74 | 0 | 0.20 | 285.6 | 0.59 | 0.5 |
| Hex | A7 | 35 | CB | 12 | 4A | 0 | 14 | 11E | 3B | 32 |
| Octal | 247 | 65 | 313 | 22 | 112 | 0 | 24 | 436 | 73 | 62 |
| Binary | 10100111 | 110101 | 11001011 | 10010 | 1001010 | 0 | 10100 | 100011110 | 111011 | 110010 |
Color Harmonies of #A735CB
Complementary color
Monochromatic Colors of #A735CB
Black with #A735CB
Text Example
Text Example
White with #A735CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A735CB; }
p { color: rgb(167,53,203); }
H1.HeaderClassName
{
color: #A735CB;
}
.AnyTagClassName
{
color: #A735CB;
}
</style>
background-color css
<style>
a { background-color: #A735CB; }
a { background-color: rgb(167,53,203); }
div.DivClassName
{
background-color: #A735CB;
}
.BgClassName
{
background-color: #A735CB;
}
</style>
border-color css
<style>
span { border-color: #A735CB; }
span { border-color: rgb(167,53,203); }
td.TdClassName
{
border-color: #A735CB;
}
.TagClassName
{
border-color: #A735CB;
}
</style>