Shades of Dark Orchid #AF2BEB
Tints of Dark Orchid #AF2BEB
RGB
CMYK
RGB Variations
Color information
#AF2BEB (or 0xAF2BEB) is known color: Dark Orchid. HEX triplet: AF, 2B and EB. RGB value is (175,43,235). Sum of RGB (Red+Green+Blue) = 175+43+235=453 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.63% from 453); Green value is 43 (17.19% from 255 or 9.49% from 453); Blue value is 235 (92.19% from 255 or 51.88% from 453); Max value from RGB is 235 - color contains mainly: blue. Hex color #AF2BEB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF2BEB is #50D414. Grayscale: #676767. Windows color (decimal): -5297173 or 15412143. OLE color: 15412143.
HSL color Cylindrical-coordinate representation of color #AF2BEB: hue angle of 281.25º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AF2BEB is Cyan = 0.26, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 175 | 43 | 235 | - |
| CMYK | 0.26 | 0.82 | 0 | 0.08 |
| HSL | 281.25º | 0.83% | 0.55% | - |
| HSV(B) | 281.25º | 0.82% | 0.92% | - |
| XYZ | 33.54 | 16.84 | 80.08 | - |
| YUV | 104.36 | 201.73 | 178.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 43 | 235 | 0.26 | 0.82 | 0 | 0.08 | 281.25 | 0.83 | 0.55 |
| Hex | AF | 2B | EB | 1A | 52 | 0 | 8 | 119 | 53 | 37 |
| Octal | 257 | 53 | 353 | 32 | 122 | 0 | 10 | 431 | 123 | 67 |
| Binary | 10101111 | 101011 | 11101011 | 11010 | 1010010 | 0 | 1000 | 100011001 | 1010011 | 110111 |
Color Harmonies of #AF2BEB
Complementary color
Monochromatic Colors of #AF2BEB
Black with #AF2BEB
Text Example
Text Example
White with #AF2BEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF2BEB; }
p { color: rgb(175,43,235); }
H1.HeaderClassName
{
color: #AF2BEB;
}
.AnyTagClassName
{
color: #AF2BEB;
}
</style>
background-color css
<style>
a { background-color: #AF2BEB; }
a { background-color: rgb(175,43,235); }
div.DivClassName
{
background-color: #AF2BEB;
}
.BgClassName
{
background-color: #AF2BEB;
}
</style>
border-color css
<style>
span { border-color: #AF2BEB; }
span { border-color: rgb(175,43,235); }
td.TdClassName
{
border-color: #AF2BEB;
}
.TagClassName
{
border-color: #AF2BEB;
}
</style>