Shades of Dark Orchid #AF34C6
Tints of Dark Orchid #AF34C6
RGB
CMYK
RGB Variations
Color information
#AF34C6 (or 0xAF34C6) is known color: Dark Orchid. HEX triplet: AF, 34 and C6. RGB value is (175,52,198). Sum of RGB (Red+Green+Blue) = 175+52+198=425 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.18% from 425); Green value is 52 (20.70% from 255 or 12.24% from 425); Blue value is 198 (77.73% from 255 or 46.59% from 425); Max value from RGB is 198 - color contains mainly: blue. Hex color #AF34C6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF34C6 is #50CB39. Grayscale: #686868. Windows color (decimal): -5294906 or 12989615. OLE color: 12989615.
HSL color Cylindrical-coordinate representation of color #AF34C6: hue angle of 290.55º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AF34C6 is Cyan = 0.12, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 175 | 52 | 198 | - |
| CMYK | 0.12 | 0.74 | 0 | 0.22 |
| HSL | 290.55º | 0.58% | 0.49% | - |
| HSV(B) | 290.55º | 0.74% | 0.78% | - |
| XYZ | 29.1 | 15.65 | 54.91 | - |
| YUV | 105.42 | 180.25 | 177.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 52 | 198 | 0.12 | 0.74 | 0 | 0.22 | 290.55 | 0.58 | 0.49 |
| Hex | AF | 34 | C6 | C | 4A | 0 | 16 | 123 | 3A | 31 |
| Octal | 257 | 64 | 306 | 14 | 112 | 0 | 26 | 443 | 72 | 61 |
| Binary | 10101111 | 110100 | 11000110 | 1100 | 1001010 | 0 | 10110 | 100100011 | 111010 | 110001 |
Color Harmonies of #AF34C6
Complementary color
Monochromatic Colors of #AF34C6
Black with #AF34C6
Text Example
Text Example
White with #AF34C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF34C6; }
p { color: rgb(175,52,198); }
H1.HeaderClassName
{
color: #AF34C6;
}
.AnyTagClassName
{
color: #AF34C6;
}
</style>
background-color css
<style>
a { background-color: #AF34C6; }
a { background-color: rgb(175,52,198); }
div.DivClassName
{
background-color: #AF34C6;
}
.BgClassName
{
background-color: #AF34C6;
}
</style>
border-color css
<style>
span { border-color: #AF34C6; }
span { border-color: rgb(175,52,198); }
td.TdClassName
{
border-color: #AF34C6;
}
.TagClassName
{
border-color: #AF34C6;
}
</style>