Shades of Dark Orchid #AF34C1
Tints of Dark Orchid #AF34C1
RGB
CMYK
RGB Variations
Color information
#AF34C1 (or 0xAF34C1) is known color: Dark Orchid. HEX triplet: AF, 34 and C1. RGB value is (175,52,193). Sum of RGB (Red+Green+Blue) = 175+52+193=420 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.67% from 420); Green value is 52 (20.70% from 255 or 12.38% from 420); Blue value is 193 (75.78% from 255 or 45.95% from 420); Max value from RGB is 193 - color contains mainly: blue. Hex color #AF34C1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF34C1 is #50CB3E. Grayscale: #686868. Windows color (decimal): -5294911 or 12661935. OLE color: 12661935.
HSL color Cylindrical-coordinate representation of color #AF34C1: hue angle of 292.34º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AF34C1 is Cyan = 0.09, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 175 | 52 | 193 | - |
| CMYK | 0.09 | 0.73 | 0 | 0.24 |
| HSL | 292.34º | 0.58% | 0.48% | - |
| HSV(B) | 292.34º | 0.73% | 0.76% | - |
| XYZ | 28.53 | 15.42 | 51.92 | - |
| YUV | 104.85 | 177.75 | 178.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 52 | 193 | 0.09 | 0.73 | 0 | 0.24 | 292.34 | 0.58 | 0.48 |
| Hex | AF | 34 | C1 | 9 | 49 | 0 | 18 | 124 | 3A | 30 |
| Octal | 257 | 64 | 301 | 11 | 111 | 0 | 30 | 444 | 72 | 60 |
| Binary | 10101111 | 110100 | 11000001 | 1001 | 1001001 | 0 | 11000 | 100100100 | 111010 | 110000 |
Color Harmonies of #AF34C1
Complementary color
Monochromatic Colors of #AF34C1
Black with #AF34C1
Text Example
Text Example
White with #AF34C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF34C1; }
p { color: rgb(175,52,193); }
H1.HeaderClassName
{
color: #AF34C1;
}
.AnyTagClassName
{
color: #AF34C1;
}
</style>
background-color css
<style>
a { background-color: #AF34C1; }
a { background-color: rgb(175,52,193); }
div.DivClassName
{
background-color: #AF34C1;
}
.BgClassName
{
background-color: #AF34C1;
}
</style>
border-color css
<style>
span { border-color: #AF34C1; }
span { border-color: rgb(175,52,193); }
td.TdClassName
{
border-color: #AF34C1;
}
.TagClassName
{
border-color: #AF34C1;
}
</style>