Shades of Medium Orchid #A848DB
Tints of Medium Orchid #A848DB
RGB
CMYK
RGB Variations
Color information
#A848DB (or 0xA848DB) is known color: Medium Orchid. HEX triplet: A8, 48 and DB. RGB value is (168,72,219). Sum of RGB (Red+Green+Blue) = 168+72+219=459 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.60% from 459); Green value is 72 (28.52% from 255 or 15.69% from 459); Blue value is 219 (85.94% from 255 or 47.71% from 459); Max value from RGB is 219 - color contains mainly: blue. Hex color #A848DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A848DB is #57B724. Grayscale: #747474. Windows color (decimal): -5748517 or 14370984. OLE color: 14370984.
HSL color Cylindrical-coordinate representation of color #A848DB: hue angle of 279.18º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A848DB is Cyan = 0.23, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 168 | 72 | 219 | - |
CMYK | 0.23 | 0.67 | 0 | 0.14 |
HSL | 279.18º | 0.67% | 0.57% | - |
HSV(B) | 279.18º | 0.67% | 0.86% | - |
XYZ | 31.25 | 18.07 | 68.86 | - |
YUV | 117.46 | 185.3 | 164.05 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 168 | 72 | 219 | 0.23 | 0.67 | 0 | 0.14 | 279.18 | 0.67 | 0.57 |
Hex | A8 | 48 | DB | 17 | 43 | 0 | E | 117 | 43 | 39 |
Octal | 250 | 110 | 333 | 27 | 103 | 0 | 16 | 427 | 103 | 71 |
Binary | 10101000 | 1001000 | 11011011 | 10111 | 1000011 | 0 | 1110 | 100010111 | 1000011 | 111001 |
Color Harmonies of #A848DB
Complementary color
Monochromatic Colors of #A848DB
Black with #A848DB
Text Example
Text Example
White with #A848DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A848DB; }
p { color: rgb(168,72,219); }
H1.HeaderClassName
{
color: #A848DB;
}
.AnyTagClassName
{
color: #A848DB;
}
</style>
background-color css
<style>
a { background-color: #A848DB; }
a { background-color: rgb(168,72,219); }
div.DivClassName
{
background-color: #A848DB;
}
.BgClassName
{
background-color: #A848DB;
}
</style>
border-color css
<style>
span { border-color: #A848DB; }
span { border-color: rgb(168,72,219); }
td.TdClassName
{
border-color: #A848DB;
}
.TagClassName
{
border-color: #A848DB;
}
</style>