Shades of Dark Orchid #AA26AF
Tints of Dark Orchid #AA26AF
RGB
CMYK
RGB Variations
Color information
#AA26AF (or 0xAA26AF) is known color: Dark Orchid. HEX triplet: AA, 26 and AF. RGB value is (170,38,175). Sum of RGB (Red+Green+Blue) = 170+38+175=383 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.39% from 383); Green value is 38 (15.23% from 255 or 9.92% from 383); Blue value is 175 (68.75% from 255 or 45.69% from 383); Max value from RGB is 175 - color contains mainly: blue. Hex color #AA26AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA26AF is #55D950. Grayscale: #5C5C5C. Windows color (decimal): -5626193 or 11478698. OLE color: 11478698.
HSL color Cylindrical-coordinate representation of color #AA26AF: hue angle of 297.81º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AA26AF is Cyan = 0.03, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 170 | 38 | 175 | - |
| CMYK | 0.03 | 0.78 | 0 | 0.31 |
| HSL | 297.81º | 0.64% | 0.42% | - |
| HSV(B) | 297.81º | 0.78% | 0.69% | - |
| XYZ | 25.01 | 13.03 | 41.75 | - |
| YUV | 93.09 | 174.23 | 182.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 38 | 175 | 0.03 | 0.78 | 0 | 0.31 | 297.81 | 0.64 | 0.42 |
| Hex | AA | 26 | AF | 3 | 4E | 0 | 1F | 12A | 40 | 2A |
| Octal | 252 | 46 | 257 | 3 | 116 | 0 | 37 | 452 | 100 | 52 |
| Binary | 10101010 | 100110 | 10101111 | 11 | 1001110 | 0 | 11111 | 100101010 | 1000000 | 101010 |
Color Harmonies of #AA26AF
Complementary color
Monochromatic Colors of #AA26AF
Black with #AA26AF
Text Example
Text Example
White with #AA26AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA26AF; }
p { color: rgb(170,38,175); }
H1.HeaderClassName
{
color: #AA26AF;
}
.AnyTagClassName
{
color: #AA26AF;
}
</style>
background-color css
<style>
a { background-color: #AA26AF; }
a { background-color: rgb(170,38,175); }
div.DivClassName
{
background-color: #AA26AF;
}
.BgClassName
{
background-color: #AA26AF;
}
</style>
border-color css
<style>
span { border-color: #AA26AF; }
span { border-color: rgb(170,38,175); }
td.TdClassName
{
border-color: #AA26AF;
}
.TagClassName
{
border-color: #AA26AF;
}
</style>