Shades of Dark Orchid #A744CB
Tints of Dark Orchid #A744CB
RGB
CMYK
RGB Variations
Color information
#A744CB (or 0xA744CB) is known color: Dark Orchid. HEX triplet: A7, 44 and CB. RGB value is (167,68,203). Sum of RGB (Red+Green+Blue) = 167+68+203=438 (58% of max value = 765). Red value is 167 (65.62% from 255 or 38.13% from 438); Green value is 68 (26.95% from 255 or 15.53% from 438); Blue value is 203 (79.69% from 255 or 46.35% from 438); Max value from RGB is 203 - color contains mainly: blue. Hex color #A744CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A744CB is #58BB34. Grayscale: #707070. Windows color (decimal): -5815093 or 13321383. OLE color: 13321383.
HSL color Cylindrical-coordinate representation of color #A744CB: hue angle of 284º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A744CB is Cyan = 0.18, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 167 | 68 | 203 | - |
| CMYK | 0.18 | 0.67 | 0 | 0.20 |
| HSL | 284º | 0.56% | 0.53% | - |
| HSV(B) | 284º | 0.67% | 0.8% | - |
| XYZ | 28.78 | 16.66 | 58.2 | - |
| YUV | 112.99 | 178.8 | 166.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 68 | 203 | 0.18 | 0.67 | 0 | 0.20 | 284 | 0.56 | 0.53 |
| Hex | A7 | 44 | CB | 12 | 43 | 0 | 14 | 11C | 38 | 35 |
| Octal | 247 | 104 | 313 | 22 | 103 | 0 | 24 | 434 | 70 | 65 |
| Binary | 10100111 | 1000100 | 11001011 | 10010 | 1000011 | 0 | 10100 | 100011100 | 111000 | 110101 |
Color Harmonies of #A744CB
Complementary color
Monochromatic Colors of #A744CB
Black with #A744CB
Text Example
Text Example
White with #A744CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A744CB; }
p { color: rgb(167,68,203); }
H1.HeaderClassName
{
color: #A744CB;
}
.AnyTagClassName
{
color: #A744CB;
}
</style>
background-color css
<style>
a { background-color: #A744CB; }
a { background-color: rgb(167,68,203); }
div.DivClassName
{
background-color: #A744CB;
}
.BgClassName
{
background-color: #A744CB;
}
</style>
border-color css
<style>
span { border-color: #A744CB; }
span { border-color: rgb(167,68,203); }
td.TdClassName
{
border-color: #A744CB;
}
.TagClassName
{
border-color: #A744CB;
}
</style>