Shades of Dark Orchid #AF3BCC
Tints of Dark Orchid #AF3BCC
RGB
CMYK
RGB Variations
Color information
#AF3BCC (or 0xAF3BCC) is known color: Dark Orchid. HEX triplet: AF, 3B and CC. RGB value is (175,59,204). Sum of RGB (Red+Green+Blue) = 175+59+204=438 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.95% from 438); Green value is 59 (23.44% from 255 or 13.47% from 438); Blue value is 204 (80.08% from 255 or 46.58% from 438); Max value from RGB is 204 - color contains mainly: blue. Hex color #AF3BCC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF3BCC is #50C433. Grayscale: #6D6D6D. Windows color (decimal): -5293108 or 13384623. OLE color: 13384623.
HSL color Cylindrical-coordinate representation of color #AF3BCC: hue angle of 288º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AF3BCC is Cyan = 0.14, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 175 | 59 | 204 | - |
| CMYK | 0.14 | 0.71 | 0 | 0.2 |
| HSL | 288º | 0.59% | 0.52% | - |
| HSV(B) | 288º | 0.71% | 0.8% | - |
| XYZ | 30.14 | 16.6 | 58.74 | - |
| YUV | 110.21 | 180.93 | 174.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 59 | 204 | 0.14 | 0.71 | 0 | 0.2 | 288 | 0.59 | 0.52 |
| Hex | AF | 3B | CC | E | 47 | 0 | 14 | 120 | 3B | 34 |
| Octal | 257 | 73 | 314 | 16 | 107 | 0 | 24 | 440 | 73 | 64 |
| Binary | 10101111 | 111011 | 11001100 | 1110 | 1000111 | 0 | 10100 | 100100000 | 111011 | 110100 |
Color Harmonies of #AF3BCC
Complementary color
Monochromatic Colors of #AF3BCC
Black with #AF3BCC
Text Example
Text Example
White with #AF3BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF3BCC; }
p { color: rgb(175,59,204); }
H1.HeaderClassName
{
color: #AF3BCC;
}
.AnyTagClassName
{
color: #AF3BCC;
}
</style>
background-color css
<style>
a { background-color: #AF3BCC; }
a { background-color: rgb(175,59,204); }
div.DivClassName
{
background-color: #AF3BCC;
}
.BgClassName
{
background-color: #AF3BCC;
}
</style>
border-color css
<style>
span { border-color: #AF3BCC; }
span { border-color: rgb(175,59,204); }
td.TdClassName
{
border-color: #AF3BCC;
}
.TagClassName
{
border-color: #AF3BCC;
}
</style>