Shades of Dark Orchid #A832AF
Tints of Dark Orchid #A832AF
RGB
CMYK
RGB Variations
Color information
#A832AF (or 0xA832AF) is known color: Dark Orchid. HEX triplet: A8, 32 and AF. RGB value is (168,50,175). Sum of RGB (Red+Green+Blue) = 168+50+175=393 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.75% from 393); Green value is 50 (19.92% from 255 or 12.72% from 393); Blue value is 175 (68.75% from 255 or 44.53% from 393); Max value from RGB is 175 - color contains mainly: blue. Hex color #A832AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A832AF is #57CD50. Grayscale: #636363. Windows color (decimal): -5754193 or 11481768. OLE color: 11481768.
HSL color Cylindrical-coordinate representation of color #A832AF: hue angle of 296.64º degrees, saturation: 0.56, 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 #A832AF is Cyan = 0.04, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 168 | 50 | 175 | - |
| CMYK | 0.04 | 0.71 | 0 | 0.31 |
| HSL | 296.64º | 0.56% | 0.44% | - |
| HSV(B) | 296.64º | 0.71% | 0.69% | - |
| XYZ | 25.03 | 13.7 | 41.88 | - |
| YUV | 99.53 | 170.59 | 176.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 50 | 175 | 0.04 | 0.71 | 0 | 0.31 | 296.64 | 0.56 | 0.44 |
| Hex | A8 | 32 | AF | 4 | 47 | 0 | 1F | 129 | 38 | 2C |
| Octal | 250 | 62 | 257 | 4 | 107 | 0 | 37 | 451 | 70 | 54 |
| Binary | 10101000 | 110010 | 10101111 | 100 | 1000111 | 0 | 11111 | 100101001 | 111000 | 101100 |
Color Harmonies of #A832AF
Complementary color
Monochromatic Colors of #A832AF
Black with #A832AF
Text Example
Text Example
White with #A832AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A832AF; }
p { color: rgb(168,50,175); }
H1.HeaderClassName
{
color: #A832AF;
}
.AnyTagClassName
{
color: #A832AF;
}
</style>
background-color css
<style>
a { background-color: #A832AF; }
a { background-color: rgb(168,50,175); }
div.DivClassName
{
background-color: #A832AF;
}
.BgClassName
{
background-color: #A832AF;
}
</style>
border-color css
<style>
span { border-color: #A832AF; }
span { border-color: rgb(168,50,175); }
td.TdClassName
{
border-color: #A832AF;
}
.TagClassName
{
border-color: #A832AF;
}
</style>