Shades of Dark Orchid #A238AF
Tints of Dark Orchid #A238AF
RGB
CMYK
RGB Variations
Color information
#A238AF (or 0xA238AF) is known color: Dark Orchid. HEX triplet: A2, 38 and AF. RGB value is (162,56,175). Sum of RGB (Red+Green+Blue) = 162+56+175=393 (52% of max value = 765). Red value is 162 (63.67% from 255 or 41.22% from 393); Green value is 56 (22.27% from 255 or 14.25% from 393); Blue value is 175 (68.75% from 255 or 44.53% from 393); Max value from RGB is 175 - color contains mainly: blue. Hex color #A238AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A238AF is #5DC750. Grayscale: #646464. Windows color (decimal): -6145873 or 11483298. OLE color: 11483298.
HSL color Cylindrical-coordinate representation of color #A238AF: hue angle of 293.45º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A238AF is Cyan = 0.07, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 162 | 56 | 175 | - |
| CMYK | 0.07 | 0.68 | 0 | 0.31 |
| HSL | 293.45º | 0.52% | 0.45% | - |
| HSV(B) | 293.45º | 0.68% | 0.69% | - |
| XYZ | 24.05 | 13.6 | 41.92 | - |
| YUV | 101.26 | 169.62 | 171.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 56 | 175 | 0.07 | 0.68 | 0 | 0.31 | 293.45 | 0.52 | 0.45 |
| Hex | A2 | 38 | AF | 7 | 44 | 0 | 1F | 125 | 34 | 2D |
| Octal | 242 | 70 | 257 | 7 | 104 | 0 | 37 | 445 | 64 | 55 |
| Binary | 10100010 | 111000 | 10101111 | 111 | 1000100 | 0 | 11111 | 100100101 | 110100 | 101101 |
Color Harmonies of #A238AF
Complementary color
Monochromatic Colors of #A238AF
Black with #A238AF
Text Example
Text Example
White with #A238AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A238AF; }
p { color: rgb(162,56,175); }
H1.HeaderClassName
{
color: #A238AF;
}
.AnyTagClassName
{
color: #A238AF;
}
</style>
background-color css
<style>
a { background-color: #A238AF; }
a { background-color: rgb(162,56,175); }
div.DivClassName
{
background-color: #A238AF;
}
.BgClassName
{
background-color: #A238AF;
}
</style>
border-color css
<style>
span { border-color: #A238AF; }
span { border-color: rgb(162,56,175); }
td.TdClassName
{
border-color: #A238AF;
}
.TagClassName
{
border-color: #A238AF;
}
</style>