Shades of Dark Orchid #A326CF
Tints of Dark Orchid #A326CF
RGB
CMYK
RGB Variations
Color information
#A326CF (or 0xA326CF) is known color: Dark Orchid. HEX triplet: A3, 26 and CF. RGB value is (163,38,207). Sum of RGB (Red+Green+Blue) = 163+38+207=408 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.95% from 408); Green value is 38 (15.23% from 255 or 9.31% from 408); Blue value is 207 (81.25% from 255 or 50.74% from 408); Max value from RGB is 207 - color contains mainly: blue. Hex color #A326CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A326CF is #5CD930. Grayscale: #5E5E5E. Windows color (decimal): -6084913 or 13575843. OLE color: 13575843.
HSL color Cylindrical-coordinate representation of color #A326CF: hue angle of 284.38º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A326CF is Cyan = 0.21, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 163 | 38 | 207 | - |
| CMYK | 0.21 | 0.82 | 0 | 0.19 |
| HSL | 284.38º | 0.69% | 0.48% | - |
| HSV(B) | 284.38º | 0.82% | 0.81% | - |
| XYZ | 27.06 | 13.68 | 60.25 | - |
| YUV | 94.64 | 191.41 | 176.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 38 | 207 | 0.21 | 0.82 | 0 | 0.19 | 284.38 | 0.69 | 0.48 |
| Hex | A3 | 26 | CF | 15 | 52 | 0 | 13 | 11C | 45 | 30 |
| Octal | 243 | 46 | 317 | 25 | 122 | 0 | 23 | 434 | 105 | 60 |
| Binary | 10100011 | 100110 | 11001111 | 10101 | 1010010 | 0 | 10011 | 100011100 | 1000101 | 110000 |
Color Harmonies of #A326CF
Complementary color
Monochromatic Colors of #A326CF
Black with #A326CF
Text Example
Text Example
White with #A326CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A326CF; }
p { color: rgb(163,38,207); }
H1.HeaderClassName
{
color: #A326CF;
}
.AnyTagClassName
{
color: #A326CF;
}
</style>
background-color css
<style>
a { background-color: #A326CF; }
a { background-color: rgb(163,38,207); }
div.DivClassName
{
background-color: #A326CF;
}
.BgClassName
{
background-color: #A326CF;
}
</style>
border-color css
<style>
span { border-color: #A326CF; }
span { border-color: rgb(163,38,207); }
td.TdClassName
{
border-color: #A326CF;
}
.TagClassName
{
border-color: #A326CF;
}
</style>