Shades of Medium Orchid #AF60CB
Tints of Medium Orchid #AF60CB
RGB
CMYK
RGB Variations
Color information
#AF60CB (or 0xAF60CB) is known color: Medium Orchid. HEX triplet: AF, 60 and CB. RGB value is (175,96,203). Sum of RGB (Red+Green+Blue) = 175+96+203=474 (62% of max value = 765). Red value is 175 (68.75% from 255 or 36.92% from 474); Green value is 96 (37.89% from 255 or 20.25% from 474); Blue value is 203 (79.69% from 255 or 42.83% from 474); Max value from RGB is 203 - color contains mainly: blue. Hex color #AF60CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF60CB is #509F34. Grayscale: #838383. Windows color (decimal): -5283637 or 13328559. OLE color: 13328559.
HSL color Cylindrical-coordinate representation of color #AF60CB: hue angle of 284.3º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AF60CB is Cyan = 0.14, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 175 | 96 | 203 | - |
| CMYK | 0.14 | 0.53 | 0 | 0.20 |
| HSL | 284.3º | 0.51% | 0.59% | - |
| HSV(B) | 284.3º | 0.53% | 0.8% | - |
| XYZ | 32.64 | 21.79 | 58.99 | - |
| YUV | 131.82 | 168.17 | 158.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 96 | 203 | 0.14 | 0.53 | 0 | 0.20 | 284.3 | 0.51 | 0.59 |
| Hex | AF | 60 | CB | E | 35 | 0 | 14 | 11C | 33 | 3B |
| Octal | 257 | 140 | 313 | 16 | 65 | 0 | 24 | 434 | 63 | 73 |
| Binary | 10101111 | 1100000 | 11001011 | 1110 | 110101 | 0 | 10100 | 100011100 | 110011 | 111011 |
Color Harmonies of #AF60CB
Complementary color
Monochromatic Colors of #AF60CB
Black with #AF60CB
Text Example
Text Example
White with #AF60CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF60CB; }
p { color: rgb(175,96,203); }
H1.HeaderClassName
{
color: #AF60CB;
}
.AnyTagClassName
{
color: #AF60CB;
}
</style>
background-color css
<style>
a { background-color: #AF60CB; }
a { background-color: rgb(175,96,203); }
div.DivClassName
{
background-color: #AF60CB;
}
.BgClassName
{
background-color: #AF60CB;
}
</style>
border-color css
<style>
span { border-color: #AF60CB; }
span { border-color: rgb(175,96,203); }
td.TdClassName
{
border-color: #AF60CB;
}
.TagClassName
{
border-color: #AF60CB;
}
</style>