Shades of Dark Orchid #A433C3
Tints of Dark Orchid #A433C3
RGB
CMYK
RGB Variations
Color information
#A433C3 (or 0xA433C3) is known color: Dark Orchid. HEX triplet: A4, 33 and C3. RGB value is (164,51,195). Sum of RGB (Red+Green+Blue) = 164+51+195=410 (54% of max value = 765). Red value is 164 (64.45% from 255 or 40% from 410); Green value is 51 (20.31% from 255 or 12.44% from 410); Blue value is 195 (76.56% from 255 or 47.56% from 410); Max value from RGB is 195 - color contains mainly: blue. Hex color #A433C3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A433C3 is #5BCC3C. Grayscale: #646464. Windows color (decimal): -6016061 or 12792740. OLE color: 12792740.
HSL color Cylindrical-coordinate representation of color #A433C3: hue angle of 287.08º 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 #A433C3 is Cyan = 0.16, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 164 | 51 | 195 | - |
| CMYK | 0.16 | 0.74 | 0 | 0.24 |
| HSL | 287.08º | 0.59% | 0.48% | - |
| HSV(B) | 287.08º | 0.74% | 0.76% | - |
| XYZ | 26.34 | 14.2 | 52.98 | - |
| YUV | 101.2 | 180.94 | 172.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 51 | 195 | 0.16 | 0.74 | 0 | 0.24 | 287.08 | 0.59 | 0.48 |
| Hex | A4 | 33 | C3 | 10 | 4A | 0 | 18 | 11F | 3B | 30 |
| Octal | 244 | 63 | 303 | 20 | 112 | 0 | 30 | 437 | 73 | 60 |
| Binary | 10100100 | 110011 | 11000011 | 10000 | 1001010 | 0 | 11000 | 100011111 | 111011 | 110000 |
Color Harmonies of #A433C3
Complementary color
Monochromatic Colors of #A433C3
Black with #A433C3
Text Example
Text Example
White with #A433C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A433C3; }
p { color: rgb(164,51,195); }
H1.HeaderClassName
{
color: #A433C3;
}
.AnyTagClassName
{
color: #A433C3;
}
</style>
background-color css
<style>
a { background-color: #A433C3; }
a { background-color: rgb(164,51,195); }
div.DivClassName
{
background-color: #A433C3;
}
.BgClassName
{
background-color: #A433C3;
}
</style>
border-color css
<style>
span { border-color: #A433C3; }
span { border-color: rgb(164,51,195); }
td.TdClassName
{
border-color: #A433C3;
}
.TagClassName
{
border-color: #A433C3;
}
</style>