Shades of Dark Orchid #AF2FB6
Tints of Dark Orchid #AF2FB6
RGB
CMYK
RGB Variations
Color information
#AF2FB6 (or 0xAF2FB6) is known color: Dark Orchid. HEX triplet: AF, 2F and B6. RGB value is (175,47,182). Sum of RGB (Red+Green+Blue) = 175+47+182=404 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.32% from 404); Green value is 47 (18.75% from 255 or 11.63% from 404); Blue value is 182 (71.48% from 255 or 45.05% from 404); Max value from RGB is 182 - color contains mainly: blue. Hex color #AF2FB6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF2FB6 is #50D049. Grayscale: #646464. Windows color (decimal): -5296202 or 11939759. OLE color: 11939759.
HSL color Cylindrical-coordinate representation of color #AF2FB6: hue angle of 296.89º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AF2FB6 is Cyan = 0.04, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 175 | 47 | 182 | - |
| CMYK | 0.04 | 0.74 | 0 | 0.29 |
| HSL | 296.89º | 0.59% | 0.45% | - |
| HSV(B) | 296.89º | 0.74% | 0.71% | - |
| XYZ | 27.14 | 14.52 | 45.63 | - |
| YUV | 100.66 | 173.91 | 181.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 47 | 182 | 0.04 | 0.74 | 0 | 0.29 | 296.89 | 0.59 | 0.45 |
| Hex | AF | 2F | B6 | 4 | 4A | 0 | 1D | 129 | 3B | 2D |
| Octal | 257 | 57 | 266 | 4 | 112 | 0 | 35 | 451 | 73 | 55 |
| Binary | 10101111 | 101111 | 10110110 | 100 | 1001010 | 0 | 11101 | 100101001 | 111011 | 101101 |
Color Harmonies of #AF2FB6
Complementary color
Monochromatic Colors of #AF2FB6
Black with #AF2FB6
Text Example
Text Example
White with #AF2FB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF2FB6; }
p { color: rgb(175,47,182); }
H1.HeaderClassName
{
color: #AF2FB6;
}
.AnyTagClassName
{
color: #AF2FB6;
}
</style>
background-color css
<style>
a { background-color: #AF2FB6; }
a { background-color: rgb(175,47,182); }
div.DivClassName
{
background-color: #AF2FB6;
}
.BgClassName
{
background-color: #AF2FB6;
}
</style>
border-color css
<style>
span { border-color: #AF2FB6; }
span { border-color: rgb(175,47,182); }
td.TdClassName
{
border-color: #AF2FB6;
}
.TagClassName
{
border-color: #AF2FB6;
}
</style>