Shades of Dark Orchid #A627CB
Tints of Dark Orchid #A627CB
RGB
CMYK
RGB Variations
Color information
#A627CB (or 0xA627CB) is known color: Dark Orchid. HEX triplet: A6, 27 and CB. RGB value is (166,39,203). Sum of RGB (Red+Green+Blue) = 166+39+203=408 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.69% from 408); Green value is 39 (15.62% from 255 or 9.56% from 408); Blue value is 203 (79.69% from 255 or 49.75% from 408); Max value from RGB is 203 - color contains mainly: blue. Hex color #A627CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A627CB is #59D834. Grayscale: #5F5F5F. Windows color (decimal): -5888053 or 13313958. OLE color: 13313958.
HSL color Cylindrical-coordinate representation of color #A627CB: hue angle of 286.46º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A627CB is Cyan = 0.18, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 166 | 39 | 203 | - |
| CMYK | 0.18 | 0.81 | 0 | 0.20 |
| HSL | 286.46º | 0.68% | 0.47% | - |
| HSV(B) | 286.46º | 0.81% | 0.8% | - |
| XYZ | 27.23 | 13.87 | 57.74 | - |
| YUV | 95.67 | 188.58 | 178.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 39 | 203 | 0.18 | 0.81 | 0 | 0.20 | 286.46 | 0.68 | 0.47 |
| Hex | A6 | 27 | CB | 12 | 51 | 0 | 14 | 11E | 44 | 2F |
| Octal | 246 | 47 | 313 | 22 | 121 | 0 | 24 | 436 | 104 | 57 |
| Binary | 10100110 | 100111 | 11001011 | 10010 | 1010001 | 0 | 10100 | 100011110 | 1000100 | 101111 |
Color Harmonies of #A627CB
Complementary color
Monochromatic Colors of #A627CB
Black with #A627CB
Text Example
Text Example
White with #A627CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A627CB; }
p { color: rgb(166,39,203); }
H1.HeaderClassName
{
color: #A627CB;
}
.AnyTagClassName
{
color: #A627CB;
}
</style>
background-color css
<style>
a { background-color: #A627CB; }
a { background-color: rgb(166,39,203); }
div.DivClassName
{
background-color: #A627CB;
}
.BgClassName
{
background-color: #A627CB;
}
</style>
border-color css
<style>
span { border-color: #A627CB; }
span { border-color: rgb(166,39,203); }
td.TdClassName
{
border-color: #A627CB;
}
.TagClassName
{
border-color: #A627CB;
}
</style>