Shades of Dark Orchid #AF2BBD
Tints of Dark Orchid #AF2BBD
RGB
CMYK
RGB Variations
Color information
#AF2BBD (or 0xAF2BBD) is known color: Dark Orchid. HEX triplet: AF, 2B and BD. RGB value is (175,43,189). Sum of RGB (Red+Green+Blue) = 175+43+189=407 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.00% from 407); Green value is 43 (17.19% from 255 or 10.57% from 407); Blue value is 189 (74.22% from 255 or 46.44% from 407); Max value from RGB is 189 - color contains mainly: blue. Hex color #AF2BBD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF2BBD is #50D442. Grayscale: #626262. Windows color (decimal): -5297219 or 12397487. OLE color: 12397487.
HSL color Cylindrical-coordinate representation of color #AF2BBD: hue angle of 294.25º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AF2BBD is Cyan = 0.07, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 175 | 43 | 189 | - |
| CMYK | 0.07 | 0.77 | 0 | 0.26 |
| HSL | 294.25º | 0.63% | 0.45% | - |
| HSV(B) | 294.25º | 0.77% | 0.74% | - |
| XYZ | 27.73 | 14.52 | 49.48 | - |
| YUV | 99.11 | 178.73 | 182.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 43 | 189 | 0.07 | 0.77 | 0 | 0.26 | 294.25 | 0.63 | 0.45 |
| Hex | AF | 2B | BD | 7 | 4D | 0 | 1A | 126 | 3F | 2D |
| Octal | 257 | 53 | 275 | 7 | 115 | 0 | 32 | 446 | 77 | 55 |
| Binary | 10101111 | 101011 | 10111101 | 111 | 1001101 | 0 | 11010 | 100100110 | 111111 | 101101 |
Color Harmonies of #AF2BBD
Complementary color
Monochromatic Colors of #AF2BBD
Black with #AF2BBD
Text Example
Text Example
White with #AF2BBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF2BBD; }
p { color: rgb(175,43,189); }
H1.HeaderClassName
{
color: #AF2BBD;
}
.AnyTagClassName
{
color: #AF2BBD;
}
</style>
background-color css
<style>
a { background-color: #AF2BBD; }
a { background-color: rgb(175,43,189); }
div.DivClassName
{
background-color: #AF2BBD;
}
.BgClassName
{
background-color: #AF2BBD;
}
</style>
border-color css
<style>
span { border-color: #AF2BBD; }
span { border-color: rgb(175,43,189); }
td.TdClassName
{
border-color: #AF2BBD;
}
.TagClassName
{
border-color: #AF2BBD;
}
</style>