Shades of Dark Orchid #AF2BBE
Tints of Dark Orchid #AF2BBE
RGB
CMYK
RGB Variations
Color information
#AF2BBE (or 0xAF2BBE) is known color: Dark Orchid. HEX triplet: AF, 2B and BE. RGB value is (175,43,190). Sum of RGB (Red+Green+Blue) = 175+43+190=408 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.89% from 408); Green value is 43 (17.19% from 255 or 10.54% from 408); Blue value is 190 (74.61% from 255 or 46.57% from 408); Max value from RGB is 190 - color contains mainly: blue. Hex color #AF2BBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF2BBE is #50D441. Grayscale: #626262. Windows color (decimal): -5297218 or 12463023. OLE color: 12463023.
HSL color Cylindrical-coordinate representation of color #AF2BBE: hue angle of 293.88º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AF2BBE is Cyan = 0.08, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 175 | 43 | 190 | - |
| CMYK | 0.08 | 0.77 | 0 | 0.25 |
| HSL | 293.88º | 0.63% | 0.46% | - |
| HSV(B) | 293.88º | 0.77% | 0.75% | - |
| XYZ | 27.84 | 14.56 | 50.06 | - |
| YUV | 99.23 | 179.23 | 182.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 43 | 190 | 0.08 | 0.77 | 0 | 0.25 | 293.88 | 0.63 | 0.46 |
| Hex | AF | 2B | BE | 8 | 4D | 0 | 19 | 126 | 3F | 2E |
| Octal | 257 | 53 | 276 | 10 | 115 | 0 | 31 | 446 | 77 | 56 |
| Binary | 10101111 | 101011 | 10111110 | 1000 | 1001101 | 0 | 11001 | 100100110 | 111111 | 101110 |
Color Harmonies of #AF2BBE
Complementary color
Monochromatic Colors of #AF2BBE
Black with #AF2BBE
Text Example
Text Example
White with #AF2BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF2BBE; }
p { color: rgb(175,43,190); }
H1.HeaderClassName
{
color: #AF2BBE;
}
.AnyTagClassName
{
color: #AF2BBE;
}
</style>
background-color css
<style>
a { background-color: #AF2BBE; }
a { background-color: rgb(175,43,190); }
div.DivClassName
{
background-color: #AF2BBE;
}
.BgClassName
{
background-color: #AF2BBE;
}
</style>
border-color css
<style>
span { border-color: #AF2BBE; }
span { border-color: rgb(175,43,190); }
td.TdClassName
{
border-color: #AF2BBE;
}
.TagClassName
{
border-color: #AF2BBE;
}
</style>