Shades of Dark Orchid #AA3ACF
Tints of Dark Orchid #AA3ACF
RGB
CMYK
RGB Variations
Color information
#AA3ACF (or 0xAA3ACF) is known color: Dark Orchid. HEX triplet: AA, 3A and CF. RGB value is (170,58,207). Sum of RGB (Red+Green+Blue) = 170+58+207=435 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.08% from 435); Green value is 58 (23.05% from 255 or 13.33% from 435); Blue value is 207 (81.25% from 255 or 47.59% from 435); Max value from RGB is 207 - color contains mainly: blue. Hex color #AA3ACF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA3ACF is #55C530. Grayscale: #6B6B6B. Windows color (decimal): -5621041 or 13580970. OLE color: 13580970.
HSL color Cylindrical-coordinate representation of color #AA3ACF: hue angle of 285.1º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AA3ACF is Cyan = 0.18, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 170 | 58 | 207 | - |
| CMYK | 0.18 | 0.72 | 0 | 0.19 |
| HSL | 285.1º | 0.61% | 0.52% | - |
| HSV(B) | 285.1º | 0.72% | 0.81% | - |
| XYZ | 29.35 | 16.08 | 60.59 | - |
| YUV | 108.47 | 183.61 | 171.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 58 | 207 | 0.18 | 0.72 | 0 | 0.19 | 285.1 | 0.61 | 0.52 |
| Hex | AA | 3A | CF | 12 | 48 | 0 | 13 | 11D | 3D | 34 |
| Octal | 252 | 72 | 317 | 22 | 110 | 0 | 23 | 435 | 75 | 64 |
| Binary | 10101010 | 111010 | 11001111 | 10010 | 1001000 | 0 | 10011 | 100011101 | 111101 | 110100 |
Color Harmonies of #AA3ACF
Complementary color
Monochromatic Colors of #AA3ACF
Black with #AA3ACF
Text Example
Text Example
White with #AA3ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3ACF; }
p { color: rgb(170,58,207); }
H1.HeaderClassName
{
color: #AA3ACF;
}
.AnyTagClassName
{
color: #AA3ACF;
}
</style>
background-color css
<style>
a { background-color: #AA3ACF; }
a { background-color: rgb(170,58,207); }
div.DivClassName
{
background-color: #AA3ACF;
}
.BgClassName
{
background-color: #AA3ACF;
}
</style>
border-color css
<style>
span { border-color: #AA3ACF; }
span { border-color: rgb(170,58,207); }
td.TdClassName
{
border-color: #AA3ACF;
}
.TagClassName
{
border-color: #AA3ACF;
}
</style>