Shades of Medium Orchid #AF44CB
Tints of Medium Orchid #AF44CB
RGB
CMYK
RGB Variations
Color information
#AF44CB (or 0xAF44CB) is known color: Medium Orchid. HEX triplet: AF, 44 and CB. RGB value is (175,68,203). Sum of RGB (Red+Green+Blue) = 175+68+203=446 (59% of max value = 765). Red value is 175 (68.75% from 255 or 39.24% from 446); Green value is 68 (26.95% from 255 or 15.25% from 446); Blue value is 203 (79.69% from 255 or 45.52% from 446); Max value from RGB is 203 - color contains mainly: blue. Hex color #AF44CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF44CB is #50BB34. Grayscale: #727272. Windows color (decimal): -5290805 or 13321391. OLE color: 13321391.
HSL color Cylindrical-coordinate representation of color #AF44CB: hue angle of 287.56º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AF44CB is Cyan = 0.14, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 175 | 68 | 203 | - |
| CMYK | 0.14 | 0.67 | 0 | 0.20 |
| HSL | 287.56º | 0.56% | 0.53% | - |
| HSV(B) | 287.56º | 0.67% | 0.8% | - |
| XYZ | 30.53 | 17.56 | 58.28 | - |
| YUV | 115.38 | 177.45 | 170.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 68 | 203 | 0.14 | 0.67 | 0 | 0.20 | 287.56 | 0.56 | 0.53 |
| Hex | AF | 44 | CB | E | 43 | 0 | 14 | 120 | 38 | 35 |
| Octal | 257 | 104 | 313 | 16 | 103 | 0 | 24 | 440 | 70 | 65 |
| Binary | 10101111 | 1000100 | 11001011 | 1110 | 1000011 | 0 | 10100 | 100100000 | 111000 | 110101 |
Color Harmonies of #AF44CB
Complementary color
Monochromatic Colors of #AF44CB
Black with #AF44CB
Text Example
Text Example
White with #AF44CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF44CB; }
p { color: rgb(175,68,203); }
H1.HeaderClassName
{
color: #AF44CB;
}
.AnyTagClassName
{
color: #AF44CB;
}
</style>
background-color css
<style>
a { background-color: #AF44CB; }
a { background-color: rgb(175,68,203); }
div.DivClassName
{
background-color: #AF44CB;
}
.BgClassName
{
background-color: #AF44CB;
}
</style>
border-color css
<style>
span { border-color: #AF44CB; }
span { border-color: rgb(175,68,203); }
td.TdClassName
{
border-color: #AF44CB;
}
.TagClassName
{
border-color: #AF44CB;
}
</style>