Shades of Dark Orchid #A818B4
Tints of Dark Orchid #A818B4
RGB
CMYK
RGB Variations
Color information
#A818B4 (or 0xA818B4) is known color: Dark Orchid. HEX triplet: A8, 18 and B4. RGB value is (168,24,180). Sum of RGB (Red+Green+Blue) = 168+24+180=372 (49% of max value = 765). Red value is 168 (66.02% from 255 or 45.16% from 372); Green value is 24 (9.77% from 255 or 6.45% from 372); Blue value is 180 (70.70% from 255 or 48.39% from 372); Max value from RGB is 180 - color contains mainly: blue. Hex color #A818B4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A818B4 is #57E74B. Grayscale: #545454. Windows color (decimal): -5760844 or 11802792. OLE color: 11802792.
HSL color Cylindrical-coordinate representation of color #A818B4: hue angle of 295.38º degrees, saturation: 0.76, 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 #A818B4 is Cyan = 0.07, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 168 | 24 | 180 | - |
| CMYK | 0.07 | 0.87 | 0 | 0.29 |
| HSL | 295.38º | 0.76% | 0.4% | - |
| HSV(B) | 295.38º | 0.87% | 0.71% | - |
| XYZ | 24.71 | 12.27 | 44.25 | - |
| YUV | 84.84 | 181.71 | 187.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 24 | 180 | 0.07 | 0.87 | 0 | 0.29 | 295.38 | 0.76 | 0.4 |
| Hex | A8 | 18 | B4 | 7 | 57 | 0 | 1D | 127 | 4C | 28 |
| Octal | 250 | 30 | 264 | 7 | 127 | 0 | 35 | 447 | 114 | 50 |
| Binary | 10101000 | 11000 | 10110100 | 111 | 1010111 | 0 | 11101 | 100100111 | 1001100 | 101000 |
Color Harmonies of #A818B4
Complementary color
Monochromatic Colors of #A818B4
Black with #A818B4
Text Example
Text Example
White with #A818B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A818B4; }
p { color: rgb(168,24,180); }
H1.HeaderClassName
{
color: #A818B4;
}
.AnyTagClassName
{
color: #A818B4;
}
</style>
background-color css
<style>
a { background-color: #A818B4; }
a { background-color: rgb(168,24,180); }
div.DivClassName
{
background-color: #A818B4;
}
.BgClassName
{
background-color: #A818B4;
}
</style>
border-color css
<style>
span { border-color: #A818B4; }
span { border-color: rgb(168,24,180); }
td.TdClassName
{
border-color: #A818B4;
}
.TagClassName
{
border-color: #A818B4;
}
</style>