Shades of Dark Orchid #AF3ACB
Tints of Dark Orchid #AF3ACB
RGB
CMYK
RGB Variations
Color information
#AF3ACB (or 0xAF3ACB) is known color: Dark Orchid. HEX triplet: AF, 3A and CB. RGB value is (175,58,203). Sum of RGB (Red+Green+Blue) = 175+58+203=436 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.14% from 436); Green value is 58 (23.05% from 255 or 13.30% from 436); Blue value is 203 (79.69% from 255 or 46.56% from 436); Max value from RGB is 203 - color contains mainly: blue. Hex color #AF3ACB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF3ACB is #50C534. Grayscale: #6D6D6D. Windows color (decimal): -5293365 or 13318831. OLE color: 13318831.
HSL color Cylindrical-coordinate representation of color #AF3ACB: hue angle of 288.41º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AF3ACB is Cyan = 0.14, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 175 | 58 | 203 | - |
| CMYK | 0.14 | 0.71 | 0 | 0.20 |
| HSL | 288.41º | 0.58% | 0.51% | - |
| HSV(B) | 288.41º | 0.71% | 0.8% | - |
| XYZ | 29.97 | 16.45 | 58.1 | - |
| YUV | 109.51 | 180.76 | 174.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 58 | 203 | 0.14 | 0.71 | 0 | 0.20 | 288.41 | 0.58 | 0.51 |
| Hex | AF | 3A | CB | E | 47 | 0 | 14 | 120 | 3A | 33 |
| Octal | 257 | 72 | 313 | 16 | 107 | 0 | 24 | 440 | 72 | 63 |
| Binary | 10101111 | 111010 | 11001011 | 1110 | 1000111 | 0 | 10100 | 100100000 | 111010 | 110011 |
Color Harmonies of #AF3ACB
Complementary color
Monochromatic Colors of #AF3ACB
Black with #AF3ACB
Text Example
Text Example
White with #AF3ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF3ACB; }
p { color: rgb(175,58,203); }
H1.HeaderClassName
{
color: #AF3ACB;
}
.AnyTagClassName
{
color: #AF3ACB;
}
</style>
background-color css
<style>
a { background-color: #AF3ACB; }
a { background-color: rgb(175,58,203); }
div.DivClassName
{
background-color: #AF3ACB;
}
.BgClassName
{
background-color: #AF3ACB;
}
</style>
border-color css
<style>
span { border-color: #AF3ACB; }
span { border-color: rgb(175,58,203); }
td.TdClassName
{
border-color: #AF3ACB;
}
.TagClassName
{
border-color: #AF3ACB;
}
</style>