Shades of Dark Orchid #AF2AAE
Tints of Dark Orchid #AF2AAE
RGB
CMYK
RGB Variations
Color information
#AF2AAE (or 0xAF2AAE) is known color: Dark Orchid. HEX triplet: AF, 2A and AE. RGB value is (175,42,174). Sum of RGB (Red+Green+Blue) = 175+42+174=391 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.76% from 391); Green value is 42 (16.80% from 255 or 10.74% from 391); Blue value is 174 (68.36% from 255 or 44.50% from 391); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2AAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF2AAE is #50D551. Grayscale: #606060. Windows color (decimal): -5297490 or 11414191. OLE color: 11414191.
HSL color Cylindrical-coordinate representation of color #AF2AAE: hue angle of 300.45º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AF2AAE is Cyan = 0, Magento = 0.76, Yellow = 0.01 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 42 | 174 | - |
| CMYK | 0 | 0.76 | 0.01 | 0.31 |
| HSL | 300.45º | 0.61% | 0.43% | - |
| HSV(B) | 300.45º | 0.76% | 0.69% | - |
| XYZ | 26.15 | 13.83 | 41.33 | - |
| YUV | 96.82 | 171.56 | 183.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 42 | 174 | 0 | 0.76 | 0.01 | 0.31 | 300.45 | 0.61 | 0.43 |
| Hex | AF | 2A | AE | 0 | 4C | 1 | 1F | 12C | 3D | 2B |
| Octal | 257 | 52 | 256 | 0 | 114 | 1 | 37 | 454 | 75 | 53 |
| Binary | 10101111 | 101010 | 10101110 | 0 | 1001100 | 1 | 11111 | 100101100 | 111101 | 101011 |
Color Harmonies of #AF2AAE
Complementary color
Monochromatic Colors of #AF2AAE
Black with #AF2AAE
Text Example
Text Example
White with #AF2AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF2AAE; }
p { color: rgb(175,42,174); }
H1.HeaderClassName
{
color: #AF2AAE;
}
.AnyTagClassName
{
color: #AF2AAE;
}
</style>
background-color css
<style>
a { background-color: #AF2AAE; }
a { background-color: rgb(175,42,174); }
div.DivClassName
{
background-color: #AF2AAE;
}
.BgClassName
{
background-color: #AF2AAE;
}
</style>
border-color css
<style>
span { border-color: #AF2AAE; }
span { border-color: rgb(175,42,174); }
td.TdClassName
{
border-color: #AF2AAE;
}
.TagClassName
{
border-color: #AF2AAE;
}
</style>