Shades of Dark Orchid #A538CF
Tints of Dark Orchid #A538CF
RGB
CMYK
RGB Variations
Color information
#A538CF (or 0xA538CF) is known color: Dark Orchid. HEX triplet: A5, 38 and CF. RGB value is (165,56,207). Sum of RGB (Red+Green+Blue) = 165+56+207=428 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.55% from 428); Green value is 56 (22.27% from 255 or 13.08% from 428); Blue value is 207 (81.25% from 255 or 48.36% from 428); Max value from RGB is 207 - color contains mainly: blue. Hex color #A538CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A538CF is #5AC730. Grayscale: #696969. Windows color (decimal): -5949233 or 13580453. OLE color: 13580453.
HSL color Cylindrical-coordinate representation of color #A538CF: hue angle of 283.31º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A538CF is Cyan = 0.20, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 165 | 56 | 207 | - |
| CMYK | 0.20 | 0.73 | 0 | 0.19 |
| HSL | 283.31º | 0.61% | 0.52% | - |
| HSV(B) | 283.31º | 0.73% | 0.81% | - |
| XYZ | 28.19 | 15.33 | 60.51 | - |
| YUV | 105.81 | 185.11 | 170.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 56 | 207 | 0.20 | 0.73 | 0 | 0.19 | 283.31 | 0.61 | 0.52 |
| Hex | A5 | 38 | CF | 14 | 49 | 0 | 13 | 11B | 3D | 34 |
| Octal | 245 | 70 | 317 | 24 | 111 | 0 | 23 | 433 | 75 | 64 |
| Binary | 10100101 | 111000 | 11001111 | 10100 | 1001001 | 0 | 10011 | 100011011 | 111101 | 110100 |
Color Harmonies of #A538CF
Complementary color
Monochromatic Colors of #A538CF
Black with #A538CF
Text Example
Text Example
White with #A538CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A538CF; }
p { color: rgb(165,56,207); }
H1.HeaderClassName
{
color: #A538CF;
}
.AnyTagClassName
{
color: #A538CF;
}
</style>
background-color css
<style>
a { background-color: #A538CF; }
a { background-color: rgb(165,56,207); }
div.DivClassName
{
background-color: #A538CF;
}
.BgClassName
{
background-color: #A538CF;
}
</style>
border-color css
<style>
span { border-color: #A538CF; }
span { border-color: rgb(165,56,207); }
td.TdClassName
{
border-color: #A538CF;
}
.TagClassName
{
border-color: #A538CF;
}
</style>