Shades of Dark Orchid #A835B1
Tints of Dark Orchid #A835B1
RGB
CMYK
RGB Variations
Color information
#A835B1 (or 0xA835B1) is known color: Dark Orchid. HEX triplet: A8, 35 and B1. RGB value is (168,53,177). Sum of RGB (Red+Green+Blue) = 168+53+177=398 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.21% from 398); Green value is 53 (21.09% from 255 or 13.32% from 398); Blue value is 177 (69.53% from 255 or 44.47% from 398); Max value from RGB is 177 - color contains mainly: blue. Hex color #A835B1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A835B1 is #57CA4E. Grayscale: #656565. Windows color (decimal): -5753423 or 11613608. OLE color: 11613608.
HSL color Cylindrical-coordinate representation of color #A835B1: hue angle of 295.65º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A835B1 is Cyan = 0.05, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 168 | 53 | 177 | - |
| CMYK | 0.05 | 0.70 | 0 | 0.31 |
| HSL | 295.65º | 0.54% | 0.45% | - |
| HSV(B) | 295.65º | 0.7% | 0.69% | - |
| XYZ | 25.36 | 14.05 | 42.97 | - |
| YUV | 101.52 | 170.6 | 175.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 53 | 177 | 0.05 | 0.70 | 0 | 0.31 | 295.65 | 0.54 | 0.45 |
| Hex | A8 | 35 | B1 | 5 | 46 | 0 | 1F | 128 | 36 | 2D |
| Octal | 250 | 65 | 261 | 5 | 106 | 0 | 37 | 450 | 66 | 55 |
| Binary | 10101000 | 110101 | 10110001 | 101 | 1000110 | 0 | 11111 | 100101000 | 110110 | 101101 |
Color Harmonies of #A835B1
Complementary color
Monochromatic Colors of #A835B1
Black with #A835B1
Text Example
Text Example
White with #A835B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A835B1; }
p { color: rgb(168,53,177); }
H1.HeaderClassName
{
color: #A835B1;
}
.AnyTagClassName
{
color: #A835B1;
}
</style>
background-color css
<style>
a { background-color: #A835B1; }
a { background-color: rgb(168,53,177); }
div.DivClassName
{
background-color: #A835B1;
}
.BgClassName
{
background-color: #A835B1;
}
</style>
border-color css
<style>
span { border-color: #A835B1; }
span { border-color: rgb(168,53,177); }
td.TdClassName
{
border-color: #A835B1;
}
.TagClassName
{
border-color: #A835B1;
}
</style>