Shades of Dark Orchid #A23FCB
Tints of Dark Orchid #A23FCB
RGB
CMYK
RGB Variations
Color information
#A23FCB (or 0xA23FCB) is known color: Dark Orchid. HEX triplet: A2, 3F and CB. RGB value is (162,63,203). Sum of RGB (Red+Green+Blue) = 162+63+203=428 (56% of max value = 765). Red value is 162 (63.67% from 255 or 37.85% from 428); Green value is 63 (25% from 255 or 14.72% from 428); Blue value is 203 (79.69% from 255 or 47.43% from 428); Max value from RGB is 203 - color contains mainly: blue. Hex color #A23FCB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A23FCB is #5DC034. Grayscale: #6C6C6C. Windows color (decimal): -6144053 or 13320098. OLE color: 13320098.
HSL color Cylindrical-coordinate representation of color #A23FCB: hue angle of 282.43º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A23FCB is Cyan = 0.20, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 162 | 63 | 203 | - |
| CMYK | 0.20 | 0.69 | 0 | 0.20 |
| HSL | 282.43º | 0.57% | 0.52% | - |
| HSV(B) | 282.43º | 0.69% | 0.8% | - |
| XYZ | 27.46 | 15.55 | 58.05 | - |
| YUV | 108.56 | 181.3 | 166.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 63 | 203 | 0.20 | 0.69 | 0 | 0.20 | 282.43 | 0.57 | 0.52 |
| Hex | A2 | 3F | CB | 14 | 45 | 0 | 14 | 11A | 39 | 34 |
| Octal | 242 | 77 | 313 | 24 | 105 | 0 | 24 | 432 | 71 | 64 |
| Binary | 10100010 | 111111 | 11001011 | 10100 | 1000101 | 0 | 10100 | 100011010 | 111001 | 110100 |
Color Harmonies of #A23FCB
Complementary color
Monochromatic Colors of #A23FCB
Black with #A23FCB
Text Example
Text Example
White with #A23FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A23FCB; }
p { color: rgb(162,63,203); }
H1.HeaderClassName
{
color: #A23FCB;
}
.AnyTagClassName
{
color: #A23FCB;
}
</style>
background-color css
<style>
a { background-color: #A23FCB; }
a { background-color: rgb(162,63,203); }
div.DivClassName
{
background-color: #A23FCB;
}
.BgClassName
{
background-color: #A23FCB;
}
</style>
border-color css
<style>
span { border-color: #A23FCB; }
span { border-color: rgb(162,63,203); }
td.TdClassName
{
border-color: #A23FCB;
}
.TagClassName
{
border-color: #A23FCB;
}
</style>