Shades of Dark Orchid #A438CC
Tints of Dark Orchid #A438CC
RGB
CMYK
RGB Variations
Color information
#A438CC (or 0xA438CC) is known color: Dark Orchid. HEX triplet: A4, 38 and CC. RGB value is (164,56,204). Sum of RGB (Red+Green+Blue) = 164+56+204=424 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.68% from 424); Green value is 56 (22.27% from 255 or 13.21% from 424); Blue value is 204 (80.08% from 255 or 48.11% from 424); Max value from RGB is 204 - color contains mainly: blue. Hex color #A438CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A438CC is #5BC733. Grayscale: #686868. Windows color (decimal): -6014772 or 13383844. OLE color: 13383844.
HSL color Cylindrical-coordinate representation of color #A438CC: hue angle of 283.78º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A438CC is Cyan = 0.20, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 164 | 56 | 204 | - |
| CMYK | 0.20 | 0.73 | 0 | 0.2 |
| HSL | 283.78º | 0.59% | 0.51% | - |
| HSV(B) | 283.78º | 0.73% | 0.8% | - |
| XYZ | 27.62 | 15.08 | 58.58 | - |
| YUV | 105.16 | 183.78 | 169.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 56 | 204 | 0.20 | 0.73 | 0 | 0.2 | 283.78 | 0.59 | 0.51 |
| Hex | A4 | 38 | CC | 14 | 49 | 0 | 14 | 11C | 3B | 33 |
| Octal | 244 | 70 | 314 | 24 | 111 | 0 | 24 | 434 | 73 | 63 |
| Binary | 10100100 | 111000 | 11001100 | 10100 | 1001001 | 0 | 10100 | 100011100 | 111011 | 110011 |
Color Harmonies of #A438CC
Complementary color
Monochromatic Colors of #A438CC
Black with #A438CC
Text Example
Text Example
White with #A438CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A438CC; }
p { color: rgb(164,56,204); }
H1.HeaderClassName
{
color: #A438CC;
}
.AnyTagClassName
{
color: #A438CC;
}
</style>
background-color css
<style>
a { background-color: #A438CC; }
a { background-color: rgb(164,56,204); }
div.DivClassName
{
background-color: #A438CC;
}
.BgClassName
{
background-color: #A438CC;
}
</style>
border-color css
<style>
span { border-color: #A438CC; }
span { border-color: rgb(164,56,204); }
td.TdClassName
{
border-color: #A438CC;
}
.TagClassName
{
border-color: #A438CC;
}
</style>