Shades of Dark Orchid #A130CB
Tints of Dark Orchid #A130CB
RGB
CMYK
RGB Variations
Color information
#A130CB (or 0xA130CB) is known color: Dark Orchid. HEX triplet: A1, 30 and CB. RGB value is (161,48,203). Sum of RGB (Red+Green+Blue) = 161+48+203=412 (54% of max value = 765). Red value is 161 (63.28% from 255 or 39.08% from 412); Green value is 48 (19.14% from 255 or 11.65% from 412); Blue value is 203 (79.69% from 255 or 49.27% from 412); Max value from RGB is 203 - color contains mainly: blue. Hex color #A130CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A130CB is #5ECF34. Grayscale: #626262. Windows color (decimal): -6213429 or 13316257. OLE color: 13316257.
HSL color Cylindrical-coordinate representation of color #A130CB: hue angle of 283.74º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A130CB is Cyan = 0.21, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 161 | 48 | 203 | - |
| CMYK | 0.21 | 0.76 | 0 | 0.20 |
| HSL | 283.74º | 0.62% | 0.49% | - |
| HSV(B) | 283.74º | 0.76% | 0.8% | - |
| XYZ | 26.53 | 14 | 57.8 | - |
| YUV | 99.46 | 186.44 | 171.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 48 | 203 | 0.21 | 0.76 | 0 | 0.20 | 283.74 | 0.62 | 0.49 |
| Hex | A1 | 30 | CB | 15 | 4C | 0 | 14 | 11C | 3E | 31 |
| Octal | 241 | 60 | 313 | 25 | 114 | 0 | 24 | 434 | 76 | 61 |
| Binary | 10100001 | 110000 | 11001011 | 10101 | 1001100 | 0 | 10100 | 100011100 | 111110 | 110001 |
Color Harmonies of #A130CB
Complementary color
Monochromatic Colors of #A130CB
Black with #A130CB
Text Example
Text Example
White with #A130CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A130CB; }
p { color: rgb(161,48,203); }
H1.HeaderClassName
{
color: #A130CB;
}
.AnyTagClassName
{
color: #A130CB;
}
</style>
background-color css
<style>
a { background-color: #A130CB; }
a { background-color: rgb(161,48,203); }
div.DivClassName
{
background-color: #A130CB;
}
.BgClassName
{
background-color: #A130CB;
}
</style>
border-color css
<style>
span { border-color: #A130CB; }
span { border-color: rgb(161,48,203); }
td.TdClassName
{
border-color: #A130CB;
}
.TagClassName
{
border-color: #A130CB;
}
</style>