Shades of Dark Orchid #AF29CA
Tints of Dark Orchid #AF29CA
RGB
CMYK
RGB Variations
Color information
#AF29CA (or 0xAF29CA) is known color: Dark Orchid. HEX triplet: AF, 29 and CA. RGB value is (175,41,202). Sum of RGB (Red+Green+Blue) = 175+41+202=418 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.87% from 418); Green value is 41 (16.41% from 255 or 9.81% from 418); Blue value is 202 (79.30% from 255 or 48.33% from 418); Max value from RGB is 202 - color contains mainly: blue. Hex color #AF29CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF29CA is #50D635. Grayscale: #626262. Windows color (decimal): -5297718 or 13248943. OLE color: 13248943.
HSL color Cylindrical-coordinate representation of color #AF29CA: hue angle of 289.94º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AF29CA is Cyan = 0.13, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 175 | 41 | 202 | - |
| CMYK | 0.13 | 0.80 | 0 | 0.21 |
| HSL | 289.94º | 0.66% | 0.48% | - |
| HSV(B) | 289.94º | 0.8% | 0.79% | - |
| XYZ | 29.13 | 14.96 | 57.23 | - |
| YUV | 99.42 | 185.89 | 181.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 41 | 202 | 0.13 | 0.80 | 0 | 0.21 | 289.94 | 0.66 | 0.48 |
| Hex | AF | 29 | CA | D | 50 | 0 | 15 | 122 | 42 | 30 |
| Octal | 257 | 51 | 312 | 15 | 120 | 0 | 25 | 442 | 102 | 60 |
| Binary | 10101111 | 101001 | 11001010 | 1101 | 1010000 | 0 | 10101 | 100100010 | 1000010 | 110000 |
Color Harmonies of #AF29CA
Complementary color
Monochromatic Colors of #AF29CA
Black with #AF29CA
Text Example
Text Example
White with #AF29CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF29CA; }
p { color: rgb(175,41,202); }
H1.HeaderClassName
{
color: #AF29CA;
}
.AnyTagClassName
{
color: #AF29CA;
}
</style>
background-color css
<style>
a { background-color: #AF29CA; }
a { background-color: rgb(175,41,202); }
div.DivClassName
{
background-color: #AF29CA;
}
.BgClassName
{
background-color: #AF29CA;
}
</style>
border-color css
<style>
span { border-color: #AF29CA; }
span { border-color: rgb(175,41,202); }
td.TdClassName
{
border-color: #AF29CA;
}
.TagClassName
{
border-color: #AF29CA;
}
</style>