Shades of Dark Orchid #AF3BC7
Tints of Dark Orchid #AF3BC7
RGB
CMYK
RGB Variations
Color information
#AF3BC7 (or 0xAF3BC7) is known color: Dark Orchid. HEX triplet: AF, 3B and C7. RGB value is (175,59,199). Sum of RGB (Red+Green+Blue) = 175+59+199=433 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.42% from 433); Green value is 59 (23.44% from 255 or 13.63% from 433); Blue value is 199 (78.12% from 255 or 45.96% from 433); Max value from RGB is 199 - color contains mainly: blue. Hex color #AF3BC7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF3BC7 is #50C438. Grayscale: #6D6D6D. Windows color (decimal): -5293113 or 13056943. OLE color: 13056943.
HSL color Cylindrical-coordinate representation of color #AF3BC7: hue angle of 289.71º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AF3BC7 is Cyan = 0.12, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 175 | 59 | 199 | - |
| CMYK | 0.12 | 0.70 | 0 | 0.22 |
| HSL | 289.71º | 0.56% | 0.51% | - |
| HSV(B) | 289.71º | 0.7% | 0.78% | - |
| XYZ | 29.55 | 16.37 | 55.63 | - |
| YUV | 109.64 | 178.43 | 174.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 59 | 199 | 0.12 | 0.70 | 0 | 0.22 | 289.71 | 0.56 | 0.51 |
| Hex | AF | 3B | C7 | C | 46 | 0 | 16 | 122 | 38 | 33 |
| Octal | 257 | 73 | 307 | 14 | 106 | 0 | 26 | 442 | 70 | 63 |
| Binary | 10101111 | 111011 | 11000111 | 1100 | 1000110 | 0 | 10110 | 100100010 | 111000 | 110011 |
Color Harmonies of #AF3BC7
Complementary color
Monochromatic Colors of #AF3BC7
Black with #AF3BC7
Text Example
Text Example
White with #AF3BC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF3BC7; }
p { color: rgb(175,59,199); }
H1.HeaderClassName
{
color: #AF3BC7;
}
.AnyTagClassName
{
color: #AF3BC7;
}
</style>
background-color css
<style>
a { background-color: #AF3BC7; }
a { background-color: rgb(175,59,199); }
div.DivClassName
{
background-color: #AF3BC7;
}
.BgClassName
{
background-color: #AF3BC7;
}
</style>
border-color css
<style>
span { border-color: #AF3BC7; }
span { border-color: rgb(175,59,199); }
td.TdClassName
{
border-color: #AF3BC7;
}
.TagClassName
{
border-color: #AF3BC7;
}
</style>