Shades of Dark Orchid #AF1BBE
Tints of Dark Orchid #AF1BBE
RGB
CMYK
RGB Variations
Color information
#AF1BBE (or 0xAF1BBE) is known color: Dark Orchid. HEX triplet: AF, 1B and BE. RGB value is (175,27,190). Sum of RGB (Red+Green+Blue) = 175+27+190=392 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.64% from 392); Green value is 27 (10.94% from 255 or 6.89% from 392); Blue value is 190 (74.61% from 255 or 48.47% from 392); Max value from RGB is 190 - color contains mainly: blue. Hex color #AF1BBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF1BBE is #50E441. Grayscale: #595959. Windows color (decimal): -5301314 or 12458927. OLE color: 12458927.
HSL color Cylindrical-coordinate representation of color #AF1BBE: hue angle of 294.48º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AF1BBE is Cyan = 0.08, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 175 | 27 | 190 | - |
| CMYK | 0.08 | 0.86 | 0 | 0.25 |
| HSL | 294.48º | 0.75% | 0.43% | - |
| HSV(B) | 294.48º | 0.86% | 0.75% | - |
| XYZ | 27.37 | 13.62 | 49.9 | - |
| YUV | 89.83 | 184.53 | 188.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 27 | 190 | 0.08 | 0.86 | 0 | 0.25 | 294.48 | 0.75 | 0.43 |
| Hex | AF | 1B | BE | 8 | 56 | 0 | 19 | 126 | 4B | 2B |
| Octal | 257 | 33 | 276 | 10 | 126 | 0 | 31 | 446 | 113 | 53 |
| Binary | 10101111 | 11011 | 10111110 | 1000 | 1010110 | 0 | 11001 | 100100110 | 1001011 | 101011 |
Color Harmonies of #AF1BBE
Complementary color
Monochromatic Colors of #AF1BBE
Black with #AF1BBE
Text Example
Text Example
White with #AF1BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF1BBE; }
p { color: rgb(175,27,190); }
H1.HeaderClassName
{
color: #AF1BBE;
}
.AnyTagClassName
{
color: #AF1BBE;
}
</style>
background-color css
<style>
a { background-color: #AF1BBE; }
a { background-color: rgb(175,27,190); }
div.DivClassName
{
background-color: #AF1BBE;
}
.BgClassName
{
background-color: #AF1BBE;
}
</style>
border-color css
<style>
span { border-color: #AF1BBE; }
span { border-color: rgb(175,27,190); }
td.TdClassName
{
border-color: #AF1BBE;
}
.TagClassName
{
border-color: #AF1BBE;
}
</style>