Shades of Dark Orchid #AF2DB2
Tints of Dark Orchid #AF2DB2
RGB
CMYK
RGB Variations
Color information
#AF2DB2 (or 0xAF2DB2) is known color: Dark Orchid. HEX triplet: AF, 2D and B2. RGB value is (175,45,178). Sum of RGB (Red+Green+Blue) = 175+45+178=398 (52% of max value = 765). Red value is 175 (68.75% from 255 or 43.97% from 398); Green value is 45 (17.97% from 255 or 11.31% from 398); Blue value is 178 (69.92% from 255 or 44.72% from 398); Max value from RGB is 178 - color contains mainly: blue. Hex color #AF2DB2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF2DB2 is #50D24D. Grayscale: #626262. Windows color (decimal): -5296718 or 11677103. OLE color: 11677103.
HSL color Cylindrical-coordinate representation of color #AF2DB2: hue angle of 298.65º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AF2DB2 is Cyan = 0.02, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 175 | 45 | 178 | - |
| CMYK | 0.02 | 0.75 | 0 | 0.30 |
| HSL | 298.65º | 0.6% | 0.44% | - |
| HSV(B) | 298.65º | 0.75% | 0.7% | - |
| XYZ | 26.65 | 14.21 | 43.46 | - |
| YUV | 99.03 | 172.57 | 182.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 45 | 178 | 0.02 | 0.75 | 0 | 0.30 | 298.65 | 0.6 | 0.44 |
| Hex | AF | 2D | B2 | 2 | 4B | 0 | 1E | 12B | 3C | 2C |
| Octal | 257 | 55 | 262 | 2 | 113 | 0 | 36 | 453 | 74 | 54 |
| Binary | 10101111 | 101101 | 10110010 | 10 | 1001011 | 0 | 11110 | 100101011 | 111100 | 101100 |
Color Harmonies of #AF2DB2
Complementary color
Monochromatic Colors of #AF2DB2
Black with #AF2DB2
Text Example
Text Example
White with #AF2DB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF2DB2; }
p { color: rgb(175,45,178); }
H1.HeaderClassName
{
color: #AF2DB2;
}
.AnyTagClassName
{
color: #AF2DB2;
}
</style>
background-color css
<style>
a { background-color: #AF2DB2; }
a { background-color: rgb(175,45,178); }
div.DivClassName
{
background-color: #AF2DB2;
}
.BgClassName
{
background-color: #AF2DB2;
}
</style>
border-color css
<style>
span { border-color: #AF2DB2; }
span { border-color: rgb(175,45,178); }
td.TdClassName
{
border-color: #AF2DB2;
}
.TagClassName
{
border-color: #AF2DB2;
}
</style>