Shades of Dark Orchid #A838AF
Tints of Dark Orchid #A838AF
RGB
CMYK
RGB Variations
Color information
#A838AF (or 0xA838AF) is known color: Dark Orchid. HEX triplet: A8, 38 and AF. RGB value is (168,56,175). Sum of RGB (Red+Green+Blue) = 168+56+175=399 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.11% from 399); Green value is 56 (22.27% from 255 or 14.04% from 399); Blue value is 175 (68.75% from 255 or 43.86% from 399); Max value from RGB is 175 - color contains mainly: blue. Hex color #A838AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A838AF is #57C750. Grayscale: #666666. Windows color (decimal): -5752657 or 11483304. OLE color: 11483304.
HSL color Cylindrical-coordinate representation of color #A838AF: hue angle of 296.47º 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 #A838AF is Cyan = 0.04, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 168 | 56 | 175 | - |
| CMYK | 0.04 | 0.68 | 0 | 0.31 |
| HSL | 296.47º | 0.52% | 0.45% | - |
| HSV(B) | 296.47º | 0.68% | 0.69% | - |
| XYZ | 25.3 | 14.25 | 41.97 | - |
| YUV | 103.05 | 168.61 | 174.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 56 | 175 | 0.04 | 0.68 | 0 | 0.31 | 296.47 | 0.52 | 0.45 |
| Hex | A8 | 38 | AF | 4 | 44 | 0 | 1F | 128 | 34 | 2D |
| Octal | 250 | 70 | 257 | 4 | 104 | 0 | 37 | 450 | 64 | 55 |
| Binary | 10101000 | 111000 | 10101111 | 100 | 1000100 | 0 | 11111 | 100101000 | 110100 | 101101 |
Color Harmonies of #A838AF
Complementary color
Monochromatic Colors of #A838AF
Black with #A838AF
Text Example
Text Example
White with #A838AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A838AF; }
p { color: rgb(168,56,175); }
H1.HeaderClassName
{
color: #A838AF;
}
.AnyTagClassName
{
color: #A838AF;
}
</style>
background-color css
<style>
a { background-color: #A838AF; }
a { background-color: rgb(168,56,175); }
div.DivClassName
{
background-color: #A838AF;
}
.BgClassName
{
background-color: #A838AF;
}
</style>
border-color css
<style>
span { border-color: #A838AF; }
span { border-color: rgb(168,56,175); }
td.TdClassName
{
border-color: #A838AF;
}
.TagClassName
{
border-color: #A838AF;
}
</style>