Shades of Dark Orchid #A02FCB
Tints of Dark Orchid #A02FCB
RGB
CMYK
RGB Variations
Color information
#A02FCB (or 0xA02FCB) is known color: Dark Orchid. HEX triplet: A0, 2F and CB. RGB value is (160,47,203). Sum of RGB (Red+Green+Blue) = 160+47+203=410 (54% of max value = 765). Red value is 160 (62.89% from 255 or 39.02% from 410); Green value is 47 (18.75% from 255 or 11.46% from 410); Blue value is 203 (79.69% from 255 or 49.51% from 410); Max value from RGB is 203 - color contains mainly: blue. Hex color #A02FCB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A02FCB is #5FD034. Grayscale: #626262. Windows color (decimal): -6279221 or 13316000. OLE color: 13316000.
HSL color Cylindrical-coordinate representation of color #A02FCB: hue angle of 283.46º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A02FCB is Cyan = 0.21, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 160 | 47 | 203 | - |
| CMYK | 0.21 | 0.77 | 0 | 0.20 |
| HSL | 283.46º | 0.62% | 0.49% | - |
| HSV(B) | 283.46º | 0.77% | 0.8% | - |
| XYZ | 26.29 | 13.82 | 57.78 | - |
| YUV | 98.57 | 186.94 | 171.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 47 | 203 | 0.21 | 0.77 | 0 | 0.20 | 283.46 | 0.62 | 0.49 |
| Hex | A0 | 2F | CB | 15 | 4D | 0 | 14 | 11B | 3E | 31 |
| Octal | 240 | 57 | 313 | 25 | 115 | 0 | 24 | 433 | 76 | 61 |
| Binary | 10100000 | 101111 | 11001011 | 10101 | 1001101 | 0 | 10100 | 100011011 | 111110 | 110001 |
Color Harmonies of #A02FCB
Complementary color
Monochromatic Colors of #A02FCB
Black with #A02FCB
Text Example
Text Example
White with #A02FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A02FCB; }
p { color: rgb(160,47,203); }
H1.HeaderClassName
{
color: #A02FCB;
}
.AnyTagClassName
{
color: #A02FCB;
}
</style>
background-color css
<style>
a { background-color: #A02FCB; }
a { background-color: rgb(160,47,203); }
div.DivClassName
{
background-color: #A02FCB;
}
.BgClassName
{
background-color: #A02FCB;
}
</style>
border-color css
<style>
span { border-color: #A02FCB; }
span { border-color: rgb(160,47,203); }
td.TdClassName
{
border-color: #A02FCB;
}
.TagClassName
{
border-color: #A02FCB;
}
</style>