Shades of Dark Orchid #AF20CC
Tints of Dark Orchid #AF20CC
RGB
CMYK
RGB Variations
Color information
#AF20CC (or 0xAF20CC) is known color: Dark Orchid. HEX triplet: AF, 20 and CC. RGB value is (175,32,204). Sum of RGB (Red+Green+Blue) = 175+32+204=411 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.58% from 411); Green value is 32 (12.89% from 255 or 7.79% from 411); Blue value is 204 (80.08% from 255 or 49.64% from 411); Max value from RGB is 204 - color contains mainly: blue. Hex color #AF20CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF20CC is #50DF33. Grayscale: #5D5D5D. Windows color (decimal): -5300020 or 13377711. OLE color: 13377711.
HSL color Cylindrical-coordinate representation of color #AF20CC: hue angle of 289.88º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AF20CC is Cyan = 0.14, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 175 | 32 | 204 | - |
| CMYK | 0.14 | 0.84 | 0 | 0.2 |
| HSL | 289.88º | 0.73% | 0.46% | - |
| HSV(B) | 289.88º | 0.84% | 0.8% | - |
| XYZ | 29.09 | 14.51 | 58.39 | - |
| YUV | 94.37 | 189.88 | 185.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 32 | 204 | 0.14 | 0.84 | 0 | 0.2 | 289.88 | 0.73 | 0.46 |
| Hex | AF | 20 | CC | E | 54 | 0 | 14 | 122 | 49 | 2E |
| Octal | 257 | 40 | 314 | 16 | 124 | 0 | 24 | 442 | 111 | 56 |
| Binary | 10101111 | 100000 | 11001100 | 1110 | 1010100 | 0 | 10100 | 100100010 | 1001001 | 101110 |
Color Harmonies of #AF20CC
Complementary color
Monochromatic Colors of #AF20CC
Black with #AF20CC
Text Example
Text Example
White with #AF20CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF20CC; }
p { color: rgb(175,32,204); }
H1.HeaderClassName
{
color: #AF20CC;
}
.AnyTagClassName
{
color: #AF20CC;
}
</style>
background-color css
<style>
a { background-color: #AF20CC; }
a { background-color: rgb(175,32,204); }
div.DivClassName
{
background-color: #AF20CC;
}
.BgClassName
{
background-color: #AF20CC;
}
</style>
border-color css
<style>
span { border-color: #AF20CC; }
span { border-color: rgb(175,32,204); }
td.TdClassName
{
border-color: #AF20CC;
}
.TagClassName
{
border-color: #AF20CC;
}
</style>