Shades of Dark Orchid #AF3DC5
Tints of Dark Orchid #AF3DC5
RGB
CMYK
RGB Variations
Color information
#AF3DC5 (or 0xAF3DC5) is known color: Dark Orchid. HEX triplet: AF, 3D and C5. RGB value is (175,61,197). Sum of RGB (Red+Green+Blue) = 175+61+197=433 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.42% from 433); Green value is 61 (24.22% from 255 or 14.09% from 433); Blue value is 197 (77.34% from 255 or 45.50% from 433); Max value from RGB is 197 - color contains mainly: blue. Hex color #AF3DC5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF3DC5 is #50C23A. Grayscale: #6E6E6E. Windows color (decimal): -5292603 or 12926383. OLE color: 12926383.
HSL color Cylindrical-coordinate representation of color #AF3DC5: hue angle of 290.29º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AF3DC5 is Cyan = 0.11, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 175 | 61 | 197 | - |
| CMYK | 0.11 | 0.69 | 0 | 0.23 |
| HSL | 290.29º | 0.54% | 0.51% | - |
| HSV(B) | 290.29º | 0.69% | 0.77% | - |
| XYZ | 29.43 | 16.48 | 54.45 | - |
| YUV | 110.59 | 176.77 | 173.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 61 | 197 | 0.11 | 0.69 | 0 | 0.23 | 290.29 | 0.54 | 0.51 |
| Hex | AF | 3D | C5 | B | 45 | 0 | 17 | 122 | 36 | 33 |
| Octal | 257 | 75 | 305 | 13 | 105 | 0 | 27 | 442 | 66 | 63 |
| Binary | 10101111 | 111101 | 11000101 | 1011 | 1000101 | 0 | 10111 | 100100010 | 110110 | 110011 |
Color Harmonies of #AF3DC5
Complementary color
Monochromatic Colors of #AF3DC5
Black with #AF3DC5
Text Example
Text Example
White with #AF3DC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF3DC5; }
p { color: rgb(175,61,197); }
H1.HeaderClassName
{
color: #AF3DC5;
}
.AnyTagClassName
{
color: #AF3DC5;
}
</style>
background-color css
<style>
a { background-color: #AF3DC5; }
a { background-color: rgb(175,61,197); }
div.DivClassName
{
background-color: #AF3DC5;
}
.BgClassName
{
background-color: #AF3DC5;
}
</style>
border-color css
<style>
span { border-color: #AF3DC5; }
span { border-color: rgb(175,61,197); }
td.TdClassName
{
border-color: #AF3DC5;
}
.TagClassName
{
border-color: #AF3DC5;
}
</style>