Shades of Dark Orchid #AF30C3
Tints of Dark Orchid #AF30C3
RGB
CMYK
RGB Variations
Color information
#AF30C3 (or 0xAF30C3) is known color: Dark Orchid. HEX triplet: AF, 30 and C3. RGB value is (175,48,195). Sum of RGB (Red+Green+Blue) = 175+48+195=418 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.87% from 418); Green value is 48 (19.14% from 255 or 11.48% from 418); Blue value is 195 (76.56% from 255 or 46.65% from 418); Max value from RGB is 195 - color contains mainly: blue. Hex color #AF30C3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF30C3 is #50CF3C. Grayscale: #666666. Windows color (decimal): -5295933 or 12791983. OLE color: 12791983.
HSL color Cylindrical-coordinate representation of color #AF30C3: hue angle of 291.84º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AF30C3 is Cyan = 0.10, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 175 | 48 | 195 | - |
| CMYK | 0.10 | 0.75 | 0 | 0.24 |
| HSL | 291.84º | 0.6% | 0.48% | - |
| HSV(B) | 291.84º | 0.75% | 0.76% | - |
| XYZ | 28.59 | 15.17 | 53.05 | - |
| YUV | 102.73 | 180.08 | 179.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 48 | 195 | 0.10 | 0.75 | 0 | 0.24 | 291.84 | 0.6 | 0.48 |
| Hex | AF | 30 | C3 | A | 4B | 0 | 18 | 124 | 3C | 30 |
| Octal | 257 | 60 | 303 | 12 | 113 | 0 | 30 | 444 | 74 | 60 |
| Binary | 10101111 | 110000 | 11000011 | 1010 | 1001011 | 0 | 11000 | 100100100 | 111100 | 110000 |
Color Harmonies of #AF30C3
Complementary color
Monochromatic Colors of #AF30C3
Black with #AF30C3
Text Example
Text Example
White with #AF30C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF30C3; }
p { color: rgb(175,48,195); }
H1.HeaderClassName
{
color: #AF30C3;
}
.AnyTagClassName
{
color: #AF30C3;
}
</style>
background-color css
<style>
a { background-color: #AF30C3; }
a { background-color: rgb(175,48,195); }
div.DivClassName
{
background-color: #AF30C3;
}
.BgClassName
{
background-color: #AF30C3;
}
</style>
border-color css
<style>
span { border-color: #AF30C3; }
span { border-color: rgb(175,48,195); }
td.TdClassName
{
border-color: #AF30C3;
}
.TagClassName
{
border-color: #AF30C3;
}
</style>