Shades of Dark Orchid #AF2AAC
Tints of Dark Orchid #AF2AAC
RGB
CMYK
RGB Variations
Color information
#AF2AAC (or 0xAF2AAC) is known color: Dark Orchid. HEX triplet: AF, 2A and AC. RGB value is (175,42,172). Sum of RGB (Red+Green+Blue) = 175+42+172=389 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.99% from 389); Green value is 42 (16.80% from 255 or 10.80% from 389); Blue value is 172 (67.58% from 255 or 44.22% from 389); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2AAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF2AAC is #50D553. Grayscale: #606060. Windows color (decimal): -5297492 or 11283119. OLE color: 11283119.
HSL color Cylindrical-coordinate representation of color #AF2AAC: hue angle of 301.35º 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 #AF2AAC is Cyan = 0, Magento = 0.76, Yellow = 0.02 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 42 | 172 | - |
| CMYK | 0 | 0.76 | 0.02 | 0.31 |
| HSL | 301.35º | 0.61% | 0.43% | - |
| HSV(B) | 301.35º | 0.76% | 0.69% | - |
| XYZ | 25.95 | 13.75 | 40.32 | - |
| YUV | 96.59 | 170.56 | 183.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 42 | 172 | 0 | 0.76 | 0.02 | 0.31 | 301.35 | 0.61 | 0.43 |
| Hex | AF | 2A | AC | 0 | 4C | 2 | 1F | 12D | 3D | 2B |
| Octal | 257 | 52 | 254 | 0 | 114 | 2 | 37 | 455 | 75 | 53 |
| Binary | 10101111 | 101010 | 10101100 | 0 | 1001100 | 10 | 11111 | 100101101 | 111101 | 101011 |
Color Harmonies of #AF2AAC
Complementary color
Monochromatic Colors of #AF2AAC
Black with #AF2AAC
Text Example
Text Example
White with #AF2AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF2AAC; }
p { color: rgb(175,42,172); }
H1.HeaderClassName
{
color: #AF2AAC;
}
.AnyTagClassName
{
color: #AF2AAC;
}
</style>
background-color css
<style>
a { background-color: #AF2AAC; }
a { background-color: rgb(175,42,172); }
div.DivClassName
{
background-color: #AF2AAC;
}
.BgClassName
{
background-color: #AF2AAC;
}
</style>
border-color css
<style>
span { border-color: #AF2AAC; }
span { border-color: rgb(175,42,172); }
td.TdClassName
{
border-color: #AF2AAC;
}
.TagClassName
{
border-color: #AF2AAC;
}
</style>