Shades of Dark Orchid #A817B5
Tints of Dark Orchid #A817B5
RGB
CMYK
RGB Variations
Color information
#A817B5 (or 0xA817B5) is known color: Dark Orchid. HEX triplet: A8, 17 and B5. RGB value is (168,23,181). Sum of RGB (Red+Green+Blue) = 168+23+181=372 (49% of max value = 765). Red value is 168 (66.02% from 255 or 45.16% from 372); Green value is 23 (9.38% from 255 or 6.18% from 372); Blue value is 181 (71.09% from 255 or 48.66% from 372); Max value from RGB is 181 - color contains mainly: blue. Hex color #A817B5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A817B5 is #57E84A. Grayscale: #535353. Windows color (decimal): -5761099 or 11868072. OLE color: 11868072.
HSL color Cylindrical-coordinate representation of color #A817B5: hue angle of 295.06º degrees, saturation: 0.77, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A817B5 is Cyan = 0.07, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
RGB | 168 | 23 | 181 | - |
CMYK | 0.07 | 0.87 | 0 | 0.29 |
HSL | 295.06º | 0.77% | 0.4% | - |
HSV(B) | 295.06º | 0.87% | 0.71% | - |
XYZ | 24.8 | 12.27 | 44.78 | - |
YUV | 84.37 | 182.54 | 187.65 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 168 | 23 | 181 | 0.07 | 0.87 | 0 | 0.29 | 295.06 | 0.77 | 0.4 |
Hex | A8 | 17 | B5 | 7 | 57 | 0 | 1D | 127 | 4D | 28 |
Octal | 250 | 27 | 265 | 7 | 127 | 0 | 35 | 447 | 115 | 50 |
Binary | 10101000 | 10111 | 10110101 | 111 | 1010111 | 0 | 11101 | 100100111 | 1001101 | 101000 |
Color Harmonies of #A817B5
Complementary color
Monochromatic Colors of #A817B5
Black with #A817B5
Text Example
Text Example
White with #A817B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A817B5; }
p { color: rgb(168,23,181); }
H1.HeaderClassName
{
color: #A817B5;
}
.AnyTagClassName
{
color: #A817B5;
}
</style>
background-color css
<style>
a { background-color: #A817B5; }
a { background-color: rgb(168,23,181); }
div.DivClassName
{
background-color: #A817B5;
}
.BgClassName
{
background-color: #A817B5;
}
</style>
border-color css
<style>
span { border-color: #A817B5; }
span { border-color: rgb(168,23,181); }
td.TdClassName
{
border-color: #A817B5;
}
.TagClassName
{
border-color: #A817B5;
}
</style>