Shades of Dark Orchid #A223CF
Tints of Dark Orchid #A223CF
RGB
CMYK
RGB Variations
Color information
#A223CF (or 0xA223CF) is known color: Dark Orchid. HEX triplet: A2, 23 and CF. RGB value is (162,35,207). Sum of RGB (Red+Green+Blue) = 162+35+207=404 (53% of max value = 765). Red value is 162 (63.67% from 255 or 40.10% from 404); Green value is 35 (14.06% from 255 or 8.66% from 404); Blue value is 207 (81.25% from 255 or 51.24% from 404); Max value from RGB is 207 - color contains mainly: blue. Hex color #A223CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A223CF is #5DDC30. Grayscale: #5C5C5C. Windows color (decimal): -6151217 or 13575074. OLE color: 13575074.
HSL color Cylindrical-coordinate representation of color #A223CF: hue angle of 284.3º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A223CF is Cyan = 0.22, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 162 | 35 | 207 | - |
| CMYK | 0.22 | 0.83 | 0 | 0.19 |
| HSL | 284.3º | 0.71% | 0.47% | - |
| HSV(B) | 284.3º | 0.83% | 0.81% | - |
| XYZ | 26.76 | 13.39 | 60.21 | - |
| YUV | 92.58 | 192.58 | 177.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 35 | 207 | 0.22 | 0.83 | 0 | 0.19 | 284.3 | 0.71 | 0.47 |
| Hex | A2 | 23 | CF | 16 | 53 | 0 | 13 | 11C | 47 | 2F |
| Octal | 242 | 43 | 317 | 26 | 123 | 0 | 23 | 434 | 107 | 57 |
| Binary | 10100010 | 100011 | 11001111 | 10110 | 1010011 | 0 | 10011 | 100011100 | 1000111 | 101111 |
Color Harmonies of #A223CF
Complementary color
Monochromatic Colors of #A223CF
Black with #A223CF
Text Example
Text Example
White with #A223CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A223CF; }
p { color: rgb(162,35,207); }
H1.HeaderClassName
{
color: #A223CF;
}
.AnyTagClassName
{
color: #A223CF;
}
</style>
background-color css
<style>
a { background-color: #A223CF; }
a { background-color: rgb(162,35,207); }
div.DivClassName
{
background-color: #A223CF;
}
.BgClassName
{
background-color: #A223CF;
}
</style>
border-color css
<style>
span { border-color: #A223CF; }
span { border-color: rgb(162,35,207); }
td.TdClassName
{
border-color: #A223CF;
}
.TagClassName
{
border-color: #A223CF;
}
</style>