Shades of Dark Orchid #AF29CC
Tints of Dark Orchid #AF29CC
RGB
CMYK
RGB Variations
Color information
#AF29CC (or 0xAF29CC) is known color: Dark Orchid. HEX triplet: AF, 29 and CC. RGB value is (175,41,204). Sum of RGB (Red+Green+Blue) = 175+41+204=420 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.67% from 420); Green value is 41 (16.41% from 255 or 9.76% from 420); Blue value is 204 (80.08% from 255 or 48.57% from 420); Max value from RGB is 204 - color contains mainly: blue. Hex color #AF29CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF29CC is #50D633. Grayscale: #636363. Windows color (decimal): -5297716 or 13380015. OLE color: 13380015.
HSL color Cylindrical-coordinate representation of color #AF29CC: hue angle of 289.33º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AF29CC is Cyan = 0.14, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 175 | 41 | 204 | - |
| CMYK | 0.14 | 0.80 | 0 | 0.2 |
| HSL | 289.33º | 0.67% | 0.48% | - |
| HSV(B) | 289.33º | 0.8% | 0.8% | - |
| XYZ | 29.37 | 15.06 | 58.49 | - |
| YUV | 99.65 | 186.89 | 181.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 41 | 204 | 0.14 | 0.80 | 0 | 0.2 | 289.33 | 0.67 | 0.48 |
| Hex | AF | 29 | CC | E | 50 | 0 | 14 | 121 | 43 | 30 |
| Octal | 257 | 51 | 314 | 16 | 120 | 0 | 24 | 441 | 103 | 60 |
| Binary | 10101111 | 101001 | 11001100 | 1110 | 1010000 | 0 | 10100 | 100100001 | 1000011 | 110000 |
Color Harmonies of #AF29CC
Complementary color
Monochromatic Colors of #AF29CC
Black with #AF29CC
Text Example
Text Example
White with #AF29CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF29CC; }
p { color: rgb(175,41,204); }
H1.HeaderClassName
{
color: #AF29CC;
}
.AnyTagClassName
{
color: #AF29CC;
}
</style>
background-color css
<style>
a { background-color: #AF29CC; }
a { background-color: rgb(175,41,204); }
div.DivClassName
{
background-color: #AF29CC;
}
.BgClassName
{
background-color: #AF29CC;
}
</style>
border-color css
<style>
span { border-color: #AF29CC; }
span { border-color: rgb(175,41,204); }
td.TdClassName
{
border-color: #AF29CC;
}
.TagClassName
{
border-color: #AF29CC;
}
</style>