Shades of Dark Orchid #AF33CF
Tints of Dark Orchid #AF33CF
RGB
CMYK
RGB Variations
Color information
#AF33CF (or 0xAF33CF) is known color: Dark Orchid. HEX triplet: AF, 33 and CF. RGB value is (175,51,207). Sum of RGB (Red+Green+Blue) = 175+51+207=433 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.42% from 433); Green value is 51 (20.31% from 255 or 11.78% from 433); Blue value is 207 (81.25% from 255 or 47.81% from 433); Max value from RGB is 207 - color contains mainly: blue. Hex color #AF33CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF33CF is #50CC30. Grayscale: #696969. Windows color (decimal): -5295153 or 13579183. OLE color: 13579183.
HSL color Cylindrical-coordinate representation of color #AF33CF: hue angle of 287.69º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AF33CF is Cyan = 0.15, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 175 | 51 | 207 | - |
| CMYK | 0.15 | 0.75 | 0 | 0.19 |
| HSL | 287.69º | 0.62% | 0.51% | - |
| HSV(B) | 287.69º | 0.75% | 0.81% | - |
| XYZ | 30.13 | 15.99 | 60.53 | - |
| YUV | 105.86 | 185.08 | 177.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 51 | 207 | 0.15 | 0.75 | 0 | 0.19 | 287.69 | 0.62 | 0.51 |
| Hex | AF | 33 | CF | F | 4B | 0 | 13 | 120 | 3E | 33 |
| Octal | 257 | 63 | 317 | 17 | 113 | 0 | 23 | 440 | 76 | 63 |
| Binary | 10101111 | 110011 | 11001111 | 1111 | 1001011 | 0 | 10011 | 100100000 | 111110 | 110011 |
Color Harmonies of #AF33CF
Complementary color
Monochromatic Colors of #AF33CF
Black with #AF33CF
Text Example
Text Example
White with #AF33CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF33CF; }
p { color: rgb(175,51,207); }
H1.HeaderClassName
{
color: #AF33CF;
}
.AnyTagClassName
{
color: #AF33CF;
}
</style>
background-color css
<style>
a { background-color: #AF33CF; }
a { background-color: rgb(175,51,207); }
div.DivClassName
{
background-color: #AF33CF;
}
.BgClassName
{
background-color: #AF33CF;
}
</style>
border-color css
<style>
span { border-color: #AF33CF; }
span { border-color: rgb(175,51,207); }
td.TdClassName
{
border-color: #AF33CF;
}
.TagClassName
{
border-color: #AF33CF;
}
</style>