Shades of Dark Orchid #AF2DB0
Tints of Dark Orchid #AF2DB0
RGB
CMYK
RGB Variations
Color information
#AF2DB0 (or 0xAF2DB0) is known color: Dark Orchid. HEX triplet: AF, 2D and B0. RGB value is (175,45,176). Sum of RGB (Red+Green+Blue) = 175+45+176=396 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.19% from 396); Green value is 45 (17.97% from 255 or 11.36% from 396); Blue value is 176 (69.14% from 255 or 44.44% from 396); Max value from RGB is 176 - color contains mainly: blue. Hex color #AF2DB0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF2DB0 is #50D24F. Grayscale: #626262. Windows color (decimal): -5296720 or 11546031. OLE color: 11546031.
HSL color Cylindrical-coordinate representation of color #AF2DB0: hue angle of 299.54º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AF2DB0 is Cyan = 0.01, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 45 | 176 | - |
| CMYK | 0.01 | 0.74 | 0 | 0.31 |
| HSL | 299.54º | 0.59% | 0.43% | - |
| HSV(B) | 299.54º | 0.74% | 0.69% | - |
| XYZ | 26.45 | 14.13 | 42.41 | - |
| YUV | 98.8 | 171.57 | 182.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 45 | 176 | 0.01 | 0.74 | 0 | 0.31 | 299.54 | 0.59 | 0.43 |
| Hex | AF | 2D | B0 | 1 | 4A | 0 | 1F | 12C | 3B | 2B |
| Octal | 257 | 55 | 260 | 1 | 112 | 0 | 37 | 454 | 73 | 53 |
| Binary | 10101111 | 101101 | 10110000 | 1 | 1001010 | 0 | 11111 | 100101100 | 111011 | 101011 |
Color Harmonies of #AF2DB0
Complementary color
Monochromatic Colors of #AF2DB0
Black with #AF2DB0
Text Example
Text Example
White with #AF2DB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF2DB0; }
p { color: rgb(175,45,176); }
H1.HeaderClassName
{
color: #AF2DB0;
}
.AnyTagClassName
{
color: #AF2DB0;
}
</style>
background-color css
<style>
a { background-color: #AF2DB0; }
a { background-color: rgb(175,45,176); }
div.DivClassName
{
background-color: #AF2DB0;
}
.BgClassName
{
background-color: #AF2DB0;
}
</style>
border-color css
<style>
span { border-color: #AF2DB0; }
span { border-color: rgb(175,45,176); }
td.TdClassName
{
border-color: #AF2DB0;
}
.TagClassName
{
border-color: #AF2DB0;
}
</style>