Shades of Dark Orchid #A835BC
Tints of Dark Orchid #A835BC
RGB
CMYK
RGB Variations
Color information
#A835BC (or 0xA835BC) is known color: Dark Orchid. HEX triplet: A8, 35 and BC. RGB value is (168,53,188). Sum of RGB (Red+Green+Blue) = 168+53+188=409 (54% of max value = 765). Red value is 168 (66.02% from 255 or 41.08% from 409); Green value is 53 (21.09% from 255 or 12.96% from 409); Blue value is 188 (73.83% from 255 or 45.97% from 409); Max value from RGB is 188 - color contains mainly: blue. Hex color #A835BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A835BC is #57CA43. Grayscale: #666666. Windows color (decimal): -5753412 or 12334504. OLE color: 12334504.
HSL color Cylindrical-coordinate representation of color #A835BC: hue angle of 291.11º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A835BC is Cyan = 0.11, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 168 | 53 | 188 | - |
| CMYK | 0.11 | 0.72 | 0 | 0.26 |
| HSL | 291.11º | 0.56% | 0.47% | - |
| HSV(B) | 291.11º | 0.72% | 0.74% | - |
| XYZ | 26.5 | 14.5 | 48.98 | - |
| YUV | 102.78 | 176.1 | 174.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 53 | 188 | 0.11 | 0.72 | 0 | 0.26 | 291.11 | 0.56 | 0.47 |
| Hex | A8 | 35 | BC | B | 48 | 0 | 1A | 123 | 38 | 2F |
| Octal | 250 | 65 | 274 | 13 | 110 | 0 | 32 | 443 | 70 | 57 |
| Binary | 10101000 | 110101 | 10111100 | 1011 | 1001000 | 0 | 11010 | 100100011 | 111000 | 101111 |
Color Harmonies of #A835BC
Complementary color
Monochromatic Colors of #A835BC
Black with #A835BC
Text Example
Text Example
White with #A835BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A835BC; }
p { color: rgb(168,53,188); }
H1.HeaderClassName
{
color: #A835BC;
}
.AnyTagClassName
{
color: #A835BC;
}
</style>
background-color css
<style>
a { background-color: #A835BC; }
a { background-color: rgb(168,53,188); }
div.DivClassName
{
background-color: #A835BC;
}
.BgClassName
{
background-color: #A835BC;
}
</style>
border-color css
<style>
span { border-color: #A835BC; }
span { border-color: rgb(168,53,188); }
td.TdClassName
{
border-color: #A835BC;
}
.TagClassName
{
border-color: #A835BC;
}
</style>