Shades of Medium Orchid #AF60DC
Tints of Medium Orchid #AF60DC
RGB
CMYK
RGB Variations
Color information
#AF60DC (or 0xAF60DC) is known color: Medium Orchid. HEX triplet: AF, 60 and DC. RGB value is (175,96,220). Sum of RGB (Red+Green+Blue) = 175+96+220=491 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.64% from 491); Green value is 96 (37.89% from 255 or 19.55% from 491); Blue value is 220 (86.33% from 255 or 44.81% from 491); Max value from RGB is 220 - color contains mainly: blue. Hex color #AF60DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF60DC is #509F23. Grayscale: #858585. Windows color (decimal): -5283620 or 14442671. OLE color: 14442671.
HSL color Cylindrical-coordinate representation of color #AF60DC: hue angle of 278.23º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AF60DC is Cyan = 0.20, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 175 | 96 | 220 | - |
| CMYK | 0.20 | 0.56 | 0 | 0.14 |
| HSL | 278.23º | 0.64% | 0.62% | - |
| HSV(B) | 278.23º | 0.56% | 0.86% | - |
| XYZ | 34.78 | 22.65 | 70.25 | - |
| YUV | 133.76 | 176.67 | 157.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 96 | 220 | 0.20 | 0.56 | 0 | 0.14 | 278.23 | 0.64 | 0.62 |
| Hex | AF | 60 | DC | 14 | 38 | 0 | E | 116 | 40 | 3E |
| Octal | 257 | 140 | 334 | 24 | 70 | 0 | 16 | 426 | 100 | 76 |
| Binary | 10101111 | 1100000 | 11011100 | 10100 | 111000 | 0 | 1110 | 100010110 | 1000000 | 111110 |
Color Harmonies of #AF60DC
Complementary color
Monochromatic Colors of #AF60DC
Black with #AF60DC
Text Example
Text Example
White with #AF60DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF60DC; }
p { color: rgb(175,96,220); }
H1.HeaderClassName
{
color: #AF60DC;
}
.AnyTagClassName
{
color: #AF60DC;
}
</style>
background-color css
<style>
a { background-color: #AF60DC; }
a { background-color: rgb(175,96,220); }
div.DivClassName
{
background-color: #AF60DC;
}
.BgClassName
{
background-color: #AF60DC;
}
</style>
border-color css
<style>
span { border-color: #AF60DC; }
span { border-color: rgb(175,96,220); }
td.TdClassName
{
border-color: #AF60DC;
}
.TagClassName
{
border-color: #AF60DC;
}
</style>