Shades of Dark Orchid #A430C2
Tints of Dark Orchid #A430C2
RGB
CMYK
RGB Variations
Color information
#A430C2 (or 0xA430C2) is known color: Dark Orchid. HEX triplet: A4, 30 and C2. RGB value is (164,48,194). Sum of RGB (Red+Green+Blue) = 164+48+194=406 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.39% from 406); Green value is 48 (19.14% from 255 or 11.82% from 406); Blue value is 194 (76.17% from 255 or 47.78% from 406); Max value from RGB is 194 - color contains mainly: blue. Hex color #A430C2 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A430C2 is #5BCF3D. Grayscale: #626262. Windows color (decimal): -6016830 or 12726436. OLE color: 12726436.
HSL color Cylindrical-coordinate representation of color #A430C2: hue angle of 287.67º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A430C2 is Cyan = 0.15, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 164 | 48 | 194 | - |
| CMYK | 0.15 | 0.75 | 0 | 0.24 |
| HSL | 287.67º | 0.6% | 0.47% | - |
| HSV(B) | 287.67º | 0.75% | 0.76% | - |
| XYZ | 26.1 | 13.9 | 52.35 | - |
| YUV | 99.33 | 181.43 | 174.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 48 | 194 | 0.15 | 0.75 | 0 | 0.24 | 287.67 | 0.6 | 0.47 |
| Hex | A4 | 30 | C2 | F | 4B | 0 | 18 | 120 | 3C | 2F |
| Octal | 244 | 60 | 302 | 17 | 113 | 0 | 30 | 440 | 74 | 57 |
| Binary | 10100100 | 110000 | 11000010 | 1111 | 1001011 | 0 | 11000 | 100100000 | 111100 | 101111 |
Color Harmonies of #A430C2
Complementary color
Monochromatic Colors of #A430C2
Black with #A430C2
Text Example
Text Example
White with #A430C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A430C2; }
p { color: rgb(164,48,194); }
H1.HeaderClassName
{
color: #A430C2;
}
.AnyTagClassName
{
color: #A430C2;
}
</style>
background-color css
<style>
a { background-color: #A430C2; }
a { background-color: rgb(164,48,194); }
div.DivClassName
{
background-color: #A430C2;
}
.BgClassName
{
background-color: #A430C2;
}
</style>
border-color css
<style>
span { border-color: #A430C2; }
span { border-color: rgb(164,48,194); }
td.TdClassName
{
border-color: #A430C2;
}
.TagClassName
{
border-color: #A430C2;
}
</style>