Shades of Dark Orchid #A835B3
Tints of Dark Orchid #A835B3
RGB
CMYK
RGB Variations
Color information
#A835B3 (or 0xA835B3) is known color: Dark Orchid. HEX triplet: A8, 35 and B3. RGB value is (168,53,179). Sum of RGB (Red+Green+Blue) = 168+53+179=400 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42% from 400); Green value is 53 (21.09% from 255 or 13.25% from 400); Blue value is 179 (70.31% from 255 or 44.75% from 400); Max value from RGB is 179 - color contains mainly: blue. Hex color #A835B3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A835B3 is #57CA4C. Grayscale: #656565. Windows color (decimal): -5753421 or 11744680. OLE color: 11744680.
HSL color Cylindrical-coordinate representation of color #A835B3: hue angle of 294.76º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A835B3 is Cyan = 0.06, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 168 | 53 | 179 | - |
| CMYK | 0.06 | 0.70 | 0 | 0.30 |
| HSL | 294.76º | 0.54% | 0.45% | - |
| HSV(B) | 294.76º | 0.7% | 0.7% | - |
| XYZ | 25.56 | 14.13 | 44.03 | - |
| YUV | 101.75 | 171.6 | 175.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 53 | 179 | 0.06 | 0.70 | 0 | 0.30 | 294.76 | 0.54 | 0.45 |
| Hex | A8 | 35 | B3 | 6 | 46 | 0 | 1E | 127 | 36 | 2D |
| Octal | 250 | 65 | 263 | 6 | 106 | 0 | 36 | 447 | 66 | 55 |
| Binary | 10101000 | 110101 | 10110011 | 110 | 1000110 | 0 | 11110 | 100100111 | 110110 | 101101 |
Color Harmonies of #A835B3
Complementary color
Monochromatic Colors of #A835B3
Black with #A835B3
Text Example
Text Example
White with #A835B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A835B3; }
p { color: rgb(168,53,179); }
H1.HeaderClassName
{
color: #A835B3;
}
.AnyTagClassName
{
color: #A835B3;
}
</style>
background-color css
<style>
a { background-color: #A835B3; }
a { background-color: rgb(168,53,179); }
div.DivClassName
{
background-color: #A835B3;
}
.BgClassName
{
background-color: #A835B3;
}
</style>
border-color css
<style>
span { border-color: #A835B3; }
span { border-color: rgb(168,53,179); }
td.TdClassName
{
border-color: #A835B3;
}
.TagClassName
{
border-color: #A835B3;
}
</style>