Shades of Dark Orchid #A828BE
Tints of Dark Orchid #A828BE
RGB
CMYK
RGB Variations
Color information
#A828BE (or 0xA828BE) is known color: Dark Orchid. HEX triplet: A8, 28 and BE. RGB value is (168,40,190). Sum of RGB (Red+Green+Blue) = 168+40+190=398 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.21% from 398); Green value is 40 (16.02% from 255 or 10.05% from 398); Blue value is 190 (74.61% from 255 or 47.74% from 398); Max value from RGB is 190 - color contains mainly: blue. Hex color #A828BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A828BE is #57D741. Grayscale: #5E5E5E. Windows color (decimal): -5756738 or 12462248. OLE color: 12462248.
HSL color Cylindrical-coordinate representation of color #A828BE: hue angle of 291.2º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A828BE is Cyan = 0.12, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
RGB | 168 | 40 | 190 | - |
CMYK | 0.12 | 0.79 | 0 | 0.25 |
HSL | 291.2º | 0.65% | 0.45% | - |
HSV(B) | 291.2º | 0.79% | 0.75% | - |
XYZ | 26.2 | 13.56 | 49.95 | - |
YUV | 95.37 | 181.41 | 179.8 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 168 | 40 | 190 | 0.12 | 0.79 | 0 | 0.25 | 291.2 | 0.65 | 0.45 |
Hex | A8 | 28 | BE | C | 4F | 0 | 19 | 123 | 41 | 2D |
Octal | 250 | 50 | 276 | 14 | 117 | 0 | 31 | 443 | 101 | 55 |
Binary | 10101000 | 101000 | 10111110 | 1100 | 1001111 | 0 | 11001 | 100100011 | 1000001 | 101101 |
Color Harmonies of #A828BE
Complementary color
Monochromatic Colors of #A828BE
Black with #A828BE
Text Example
Text Example
White with #A828BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A828BE; }
p { color: rgb(168,40,190); }
H1.HeaderClassName
{
color: #A828BE;
}
.AnyTagClassName
{
color: #A828BE;
}
</style>
background-color css
<style>
a { background-color: #A828BE; }
a { background-color: rgb(168,40,190); }
div.DivClassName
{
background-color: #A828BE;
}
.BgClassName
{
background-color: #A828BE;
}
</style>
border-color css
<style>
span { border-color: #A828BE; }
span { border-color: rgb(168,40,190); }
td.TdClassName
{
border-color: #A828BE;
}
.TagClassName
{
border-color: #A828BE;
}
</style>