Shades of Dark Orchid #AF2ABB
Tints of Dark Orchid #AF2ABB
RGB
CMYK
RGB Variations
Color information
#AF2ABB (or 0xAF2ABB) is known color: Dark Orchid. HEX triplet: AF, 2A and BB. RGB value is (175,42,187). Sum of RGB (Red+Green+Blue) = 175+42+187=404 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.32% from 404); Green value is 42 (16.80% from 255 or 10.40% from 404); Blue value is 187 (73.44% from 255 or 46.29% from 404); Max value from RGB is 187 - color contains mainly: blue. Hex color #AF2ABB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF2ABB is #50D544. Grayscale: #616161. Windows color (decimal): -5297477 or 12266159. OLE color: 12266159.
HSL color Cylindrical-coordinate representation of color #AF2ABB: hue angle of 295.03º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AF2ABB is Cyan = 0.06, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 175 | 42 | 187 | - |
| CMYK | 0.06 | 0.78 | 0 | 0.27 |
| HSL | 295.03º | 0.63% | 0.45% | - |
| HSV(B) | 295.03º | 0.78% | 0.73% | - |
| XYZ | 27.48 | 14.36 | 48.34 | - |
| YUV | 98.3 | 178.06 | 182.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 42 | 187 | 0.06 | 0.78 | 0 | 0.27 | 295.03 | 0.63 | 0.45 |
| Hex | AF | 2A | BB | 6 | 4E | 0 | 1B | 127 | 3F | 2D |
| Octal | 257 | 52 | 273 | 6 | 116 | 0 | 33 | 447 | 77 | 55 |
| Binary | 10101111 | 101010 | 10111011 | 110 | 1001110 | 0 | 11011 | 100100111 | 111111 | 101101 |
Color Harmonies of #AF2ABB
Complementary color
Monochromatic Colors of #AF2ABB
Black with #AF2ABB
Text Example
Text Example
White with #AF2ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF2ABB; }
p { color: rgb(175,42,187); }
H1.HeaderClassName
{
color: #AF2ABB;
}
.AnyTagClassName
{
color: #AF2ABB;
}
</style>
background-color css
<style>
a { background-color: #AF2ABB; }
a { background-color: rgb(175,42,187); }
div.DivClassName
{
background-color: #AF2ABB;
}
.BgClassName
{
background-color: #AF2ABB;
}
</style>
border-color css
<style>
span { border-color: #AF2ABB; }
span { border-color: rgb(175,42,187); }
td.TdClassName
{
border-color: #AF2ABB;
}
.TagClassName
{
border-color: #AF2ABB;
}
</style>