Shades of Dark Orchid #A833AF
Tints of Dark Orchid #A833AF
RGB
CMYK
RGB Variations
Color information
#A833AF (or 0xA833AF) is known color: Dark Orchid. HEX triplet: A8, 33 and AF. RGB value is (168,51,175). Sum of RGB (Red+Green+Blue) = 168+51+175=394 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.64% from 394); Green value is 51 (20.31% from 255 or 12.94% from 394); Blue value is 175 (68.75% from 255 or 44.42% from 394); Max value from RGB is 175 - color contains mainly: blue. Hex color #A833AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A833AF is #57CC50. Grayscale: #636363. Windows color (decimal): -5753937 or 11482024. OLE color: 11482024.
HSL color Cylindrical-coordinate representation of color #A833AF: hue angle of 296.61º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A833AF is Cyan = 0.04, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 168 | 51 | 175 | - |
| CMYK | 0.04 | 0.71 | 0 | 0.31 |
| HSL | 296.61º | 0.55% | 0.44% | - |
| HSV(B) | 296.61º | 0.71% | 0.69% | - |
| XYZ | 25.07 | 13.79 | 41.9 | - |
| YUV | 100.12 | 170.26 | 176.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 51 | 175 | 0.04 | 0.71 | 0 | 0.31 | 296.61 | 0.55 | 0.44 |
| Hex | A8 | 33 | AF | 4 | 47 | 0 | 1F | 129 | 37 | 2C |
| Octal | 250 | 63 | 257 | 4 | 107 | 0 | 37 | 451 | 67 | 54 |
| Binary | 10101000 | 110011 | 10101111 | 100 | 1000111 | 0 | 11111 | 100101001 | 110111 | 101100 |
Color Harmonies of #A833AF
Complementary color
Monochromatic Colors of #A833AF
Black with #A833AF
Text Example
Text Example
White with #A833AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A833AF; }
p { color: rgb(168,51,175); }
H1.HeaderClassName
{
color: #A833AF;
}
.AnyTagClassName
{
color: #A833AF;
}
</style>
background-color css
<style>
a { background-color: #A833AF; }
a { background-color: rgb(168,51,175); }
div.DivClassName
{
background-color: #A833AF;
}
.BgClassName
{
background-color: #A833AF;
}
</style>
border-color css
<style>
span { border-color: #A833AF; }
span { border-color: rgb(168,51,175); }
td.TdClassName
{
border-color: #A833AF;
}
.TagClassName
{
border-color: #A833AF;
}
</style>