Shades of Dark Orchid #AF20B3
Tints of Dark Orchid #AF20B3
RGB
CMYK
RGB Variations
Color information
#AF20B3 (or 0xAF20B3) is known color: Dark Orchid. HEX triplet: AF, 20 and B3. RGB value is (175,32,179). Sum of RGB (Red+Green+Blue) = 175+32+179=386 (51% of max value = 765). Red value is 175 (68.75% from 255 or 45.34% from 386); Green value is 32 (12.89% from 255 or 8.29% from 386); Blue value is 179 (70.31% from 255 or 46.37% from 386); Max value from RGB is 179 - color contains mainly: blue. Hex color #AF20B3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF20B3 is #50DF4C. Grayscale: #5B5B5B. Windows color (decimal): -5300045 or 11739311. OLE color: 11739311.
HSL color Cylindrical-coordinate representation of color #AF20B3: hue angle of 298.37º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AF20B3 is Cyan = 0.02, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 175 | 32 | 179 | - |
| CMYK | 0.02 | 0.82 | 0 | 0.30 |
| HSL | 298.37º | 0.7% | 0.41% | - |
| HSV(B) | 298.37º | 0.82% | 0.7% | - |
| XYZ | 26.33 | 13.4 | 43.85 | - |
| YUV | 91.52 | 177.38 | 187.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 32 | 179 | 0.02 | 0.82 | 0 | 0.30 | 298.37 | 0.7 | 0.41 |
| Hex | AF | 20 | B3 | 2 | 52 | 0 | 1E | 12A | 46 | 29 |
| Octal | 257 | 40 | 263 | 2 | 122 | 0 | 36 | 452 | 106 | 51 |
| Binary | 10101111 | 100000 | 10110011 | 10 | 1010010 | 0 | 11110 | 100101010 | 1000110 | 101001 |
Color Harmonies of #AF20B3
Complementary color
Monochromatic Colors of #AF20B3
Black with #AF20B3
Text Example
Text Example
White with #AF20B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF20B3; }
p { color: rgb(175,32,179); }
H1.HeaderClassName
{
color: #AF20B3;
}
.AnyTagClassName
{
color: #AF20B3;
}
</style>
background-color css
<style>
a { background-color: #AF20B3; }
a { background-color: rgb(175,32,179); }
div.DivClassName
{
background-color: #AF20B3;
}
.BgClassName
{
background-color: #AF20B3;
}
</style>
border-color css
<style>
span { border-color: #AF20B3; }
span { border-color: rgb(175,32,179); }
td.TdClassName
{
border-color: #AF20B3;
}
.TagClassName
{
border-color: #AF20B3;
}
</style>