Shades of Dark Orchid #A823BF
Tints of Dark Orchid #A823BF
RGB
CMYK
RGB Variations
Color information
#A823BF (or 0xA823BF) is known color: Dark Orchid. HEX triplet: A8, 23 and BF. RGB value is (168,35,191). Sum of RGB (Red+Green+Blue) = 168+35+191=394 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.64% from 394); Green value is 35 (14.06% from 255 or 8.88% from 394); Blue value is 191 (75% from 255 or 48.48% from 394); Max value from RGB is 191 - color contains mainly: blue. Hex color #A823BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A823BF is #57DC40. Grayscale: #5C5C5C. Windows color (decimal): -5758017 or 12526504. OLE color: 12526504.
HSL color Cylindrical-coordinate representation of color #A823BF: hue angle of 291.15º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A823BF is Cyan = 0.12, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 168 | 35 | 191 | - |
| CMYK | 0.12 | 0.82 | 0 | 0.25 |
| HSL | 291.15º | 0.69% | 0.44% | - |
| HSV(B) | 291.15º | 0.82% | 0.75% | - |
| XYZ | 26.15 | 13.29 | 50.48 | - |
| YUV | 92.55 | 183.56 | 181.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 35 | 191 | 0.12 | 0.82 | 0 | 0.25 | 291.15 | 0.69 | 0.44 |
| Hex | A8 | 23 | BF | C | 52 | 0 | 19 | 123 | 45 | 2C |
| Octal | 250 | 43 | 277 | 14 | 122 | 0 | 31 | 443 | 105 | 54 |
| Binary | 10101000 | 100011 | 10111111 | 1100 | 1010010 | 0 | 11001 | 100100011 | 1000101 | 101100 |
Color Harmonies of #A823BF
Complementary color
Monochromatic Colors of #A823BF
Black with #A823BF
Text Example
Text Example
White with #A823BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A823BF; }
p { color: rgb(168,35,191); }
H1.HeaderClassName
{
color: #A823BF;
}
.AnyTagClassName
{
color: #A823BF;
}
</style>
background-color css
<style>
a { background-color: #A823BF; }
a { background-color: rgb(168,35,191); }
div.DivClassName
{
background-color: #A823BF;
}
.BgClassName
{
background-color: #A823BF;
}
</style>
border-color css
<style>
span { border-color: #A823BF; }
span { border-color: rgb(168,35,191); }
td.TdClassName
{
border-color: #A823BF;
}
.TagClassName
{
border-color: #A823BF;
}
</style>