Shades of Dark Orchid #A438CB
Tints of Dark Orchid #A438CB
RGB
CMYK
RGB Variations
Color information
#A438CB (or 0xA438CB) is known color: Dark Orchid. HEX triplet: A4, 38 and CB. RGB value is (164,56,203). Sum of RGB (Red+Green+Blue) = 164+56+203=423 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.77% from 423); Green value is 56 (22.27% from 255 or 13.24% from 423); Blue value is 203 (79.69% from 255 or 47.99% from 423); Max value from RGB is 203 - color contains mainly: blue. Hex color #A438CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A438CB is #5BC734. Grayscale: #686868. Windows color (decimal): -6014773 or 13318308. OLE color: 13318308.
HSL color Cylindrical-coordinate representation of color #A438CB: hue angle of 284.08º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A438CB is Cyan = 0.19, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 164 | 56 | 203 | - |
| CMYK | 0.19 | 0.72 | 0 | 0.20 |
| HSL | 284.08º | 0.59% | 0.51% | - |
| HSV(B) | 284.08º | 0.72% | 0.8% | - |
| XYZ | 27.5 | 15.03 | 57.95 | - |
| YUV | 105.05 | 183.28 | 170.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 56 | 203 | 0.19 | 0.72 | 0 | 0.20 | 284.08 | 0.59 | 0.51 |
| Hex | A4 | 38 | CB | 13 | 48 | 0 | 14 | 11C | 3B | 33 |
| Octal | 244 | 70 | 313 | 23 | 110 | 0 | 24 | 434 | 73 | 63 |
| Binary | 10100100 | 111000 | 11001011 | 10011 | 1001000 | 0 | 10100 | 100011100 | 111011 | 110011 |
Color Harmonies of #A438CB
Complementary color
Monochromatic Colors of #A438CB
Black with #A438CB
Text Example
Text Example
White with #A438CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A438CB; }
p { color: rgb(164,56,203); }
H1.HeaderClassName
{
color: #A438CB;
}
.AnyTagClassName
{
color: #A438CB;
}
</style>
background-color css
<style>
a { background-color: #A438CB; }
a { background-color: rgb(164,56,203); }
div.DivClassName
{
background-color: #A438CB;
}
.BgClassName
{
background-color: #A438CB;
}
</style>
border-color css
<style>
span { border-color: #A438CB; }
span { border-color: rgb(164,56,203); }
td.TdClassName
{
border-color: #A438CB;
}
.TagClassName
{
border-color: #A438CB;
}
</style>