Shades of Medium Orchid #AF44CC
Tints of Medium Orchid #AF44CC
RGB
CMYK
RGB Variations
Color information
#AF44CC (or 0xAF44CC) is known color: Medium Orchid. HEX triplet: AF, 44 and CC. RGB value is (175,68,204). Sum of RGB (Red+Green+Blue) = 175+68+204=447 (59% of max value = 765). Red value is 175 (68.75% from 255 or 39.15% from 447); Green value is 68 (26.95% from 255 or 15.21% from 447); Blue value is 204 (80.08% from 255 or 45.64% from 447); Max value from RGB is 204 - color contains mainly: blue. Hex color #AF44CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF44CC is #50BB33. Grayscale: #737373. Windows color (decimal): -5290804 or 13386927. OLE color: 13386927.
HSL color Cylindrical-coordinate representation of color #AF44CC: hue angle of 287.21º degrees, saturation: 0.57, 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 #AF44CC is Cyan = 0.14, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 175 | 68 | 204 | - |
| CMYK | 0.14 | 0.67 | 0 | 0.2 |
| HSL | 287.21º | 0.57% | 0.53% | - |
| HSV(B) | 287.21º | 0.67% | 0.8% | - |
| XYZ | 30.65 | 17.61 | 58.91 | - |
| YUV | 115.5 | 177.95 | 170.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 68 | 204 | 0.14 | 0.67 | 0 | 0.2 | 287.21 | 0.57 | 0.53 |
| Hex | AF | 44 | CC | E | 43 | 0 | 14 | 11F | 39 | 35 |
| Octal | 257 | 104 | 314 | 16 | 103 | 0 | 24 | 437 | 71 | 65 |
| Binary | 10101111 | 1000100 | 11001100 | 1110 | 1000011 | 0 | 10100 | 100011111 | 111001 | 110101 |
Color Harmonies of #AF44CC
Complementary color
Monochromatic Colors of #AF44CC
Black with #AF44CC
Text Example
Text Example
White with #AF44CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF44CC; }
p { color: rgb(175,68,204); }
H1.HeaderClassName
{
color: #AF44CC;
}
.AnyTagClassName
{
color: #AF44CC;
}
</style>
background-color css
<style>
a { background-color: #AF44CC; }
a { background-color: rgb(175,68,204); }
div.DivClassName
{
background-color: #AF44CC;
}
.BgClassName
{
background-color: #AF44CC;
}
</style>
border-color css
<style>
span { border-color: #AF44CC; }
span { border-color: rgb(175,68,204); }
td.TdClassName
{
border-color: #AF44CC;
}
.TagClassName
{
border-color: #AF44CC;
}
</style>