Shades of Dark Orchid #AF3AC5
Tints of Dark Orchid #AF3AC5
RGB
CMYK
RGB Variations
Color information
#AF3AC5 (or 0xAF3AC5) is known color: Dark Orchid. HEX triplet: AF, 3A and C5. RGB value is (175,58,197). Sum of RGB (Red+Green+Blue) = 175+58+197=430 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.70% from 430); Green value is 58 (23.05% from 255 or 13.49% from 430); Blue value is 197 (77.34% from 255 or 45.81% from 430); Max value from RGB is 197 - color contains mainly: blue. Hex color #AF3AC5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF3AC5 is #50C53A. Grayscale: #6C6C6C. Windows color (decimal): -5293371 or 12925615. OLE color: 12925615.
HSL color Cylindrical-coordinate representation of color #AF3AC5: hue angle of 290.5º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AF3AC5 is Cyan = 0.11, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 175 | 58 | 197 | - |
| CMYK | 0.11 | 0.71 | 0 | 0.23 |
| HSL | 290.5º | 0.55% | 0.5% | - |
| HSV(B) | 290.5º | 0.71% | 0.77% | - |
| XYZ | 29.27 | 16.17 | 54.4 | - |
| YUV | 108.83 | 177.76 | 175.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 58 | 197 | 0.11 | 0.71 | 0 | 0.23 | 290.5 | 0.55 | 0.5 |
| Hex | AF | 3A | C5 | B | 47 | 0 | 17 | 123 | 37 | 32 |
| Octal | 257 | 72 | 305 | 13 | 107 | 0 | 27 | 443 | 67 | 62 |
| Binary | 10101111 | 111010 | 11000101 | 1011 | 1000111 | 0 | 10111 | 100100011 | 110111 | 110010 |
Color Harmonies of #AF3AC5
Complementary color
Monochromatic Colors of #AF3AC5
Black with #AF3AC5
Text Example
Text Example
White with #AF3AC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF3AC5; }
p { color: rgb(175,58,197); }
H1.HeaderClassName
{
color: #AF3AC5;
}
.AnyTagClassName
{
color: #AF3AC5;
}
</style>
background-color css
<style>
a { background-color: #AF3AC5; }
a { background-color: rgb(175,58,197); }
div.DivClassName
{
background-color: #AF3AC5;
}
.BgClassName
{
background-color: #AF3AC5;
}
</style>
border-color css
<style>
span { border-color: #AF3AC5; }
span { border-color: rgb(175,58,197); }
td.TdClassName
{
border-color: #AF3AC5;
}
.TagClassName
{
border-color: #AF3AC5;
}
</style>