Shades of Dark Orchid #A432C2
Tints of Dark Orchid #A432C2
RGB
CMYK
RGB Variations
Color information
#A432C2 (or 0xA432C2) is known color: Dark Orchid. HEX triplet: A4, 32 and C2. RGB value is (164,50,194). Sum of RGB (Red+Green+Blue) = 164+50+194=408 (54% of max value = 765). Red value is 164 (64.45% from 255 or 40.20% from 408); Green value is 50 (19.92% from 255 or 12.25% from 408); Blue value is 194 (76.17% from 255 or 47.55% from 408); Max value from RGB is 194 - color contains mainly: blue. Hex color #A432C2 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A432C2 is #5BCD3D. Grayscale: #646464. Windows color (decimal): -6016318 or 12726948. OLE color: 12726948.
HSL color Cylindrical-coordinate representation of color #A432C2: hue angle of 287.5º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A432C2 is Cyan = 0.15, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 164 | 50 | 194 | - |
| CMYK | 0.15 | 0.74 | 0 | 0.24 |
| HSL | 287.5º | 0.59% | 0.48% | - |
| HSV(B) | 287.5º | 0.74% | 0.76% | - |
| XYZ | 26.19 | 14.07 | 52.37 | - |
| YUV | 100.5 | 180.77 | 173.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 50 | 194 | 0.15 | 0.74 | 0 | 0.24 | 287.5 | 0.59 | 0.48 |
| Hex | A4 | 32 | C2 | F | 4A | 0 | 18 | 120 | 3B | 30 |
| Octal | 244 | 62 | 302 | 17 | 112 | 0 | 30 | 440 | 73 | 60 |
| Binary | 10100100 | 110010 | 11000010 | 1111 | 1001010 | 0 | 11000 | 100100000 | 111011 | 110000 |
Color Harmonies of #A432C2
Complementary color
Monochromatic Colors of #A432C2
Black with #A432C2
Text Example
Text Example
White with #A432C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A432C2; }
p { color: rgb(164,50,194); }
H1.HeaderClassName
{
color: #A432C2;
}
.AnyTagClassName
{
color: #A432C2;
}
</style>
background-color css
<style>
a { background-color: #A432C2; }
a { background-color: rgb(164,50,194); }
div.DivClassName
{
background-color: #A432C2;
}
.BgClassName
{
background-color: #A432C2;
}
</style>
border-color css
<style>
span { border-color: #A432C2; }
span { border-color: rgb(164,50,194); }
td.TdClassName
{
border-color: #A432C2;
}
.TagClassName
{
border-color: #A432C2;
}
</style>