Shades of Medium Orchid #AF5ACC
Tints of Medium Orchid #AF5ACC
RGB
CMYK
RGB Variations
Color information
#AF5ACC (or 0xAF5ACC) is known color: Medium Orchid. HEX triplet: AF, 5A and CC. RGB value is (175,90,204). Sum of RGB (Red+Green+Blue) = 175+90+204=469 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.31% from 469); Green value is 90 (35.55% from 255 or 19.19% from 469); Blue value is 204 (80.08% from 255 or 43.50% from 469); Max value from RGB is 204 - color contains mainly: blue. Hex color #AF5ACC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF5ACC is #50A533. Grayscale: #808080. Windows color (decimal): -5285172 or 13392559. OLE color: 13392559.
HSL color Cylindrical-coordinate representation of color #AF5ACC: hue angle of 284.74º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AF5ACC is Cyan = 0.14, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 175 | 90 | 204 | - |
| CMYK | 0.14 | 0.56 | 0 | 0.2 |
| HSL | 284.74º | 0.53% | 0.58% | - |
| HSV(B) | 284.74º | 0.56% | 0.8% | - |
| XYZ | 32.23 | 20.79 | 59.44 | - |
| YUV | 128.41 | 170.66 | 161.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 90 | 204 | 0.14 | 0.56 | 0 | 0.2 | 284.74 | 0.53 | 0.58 |
| Hex | AF | 5A | CC | E | 38 | 0 | 14 | 11D | 35 | 3A |
| Octal | 257 | 132 | 314 | 16 | 70 | 0 | 24 | 435 | 65 | 72 |
| Binary | 10101111 | 1011010 | 11001100 | 1110 | 111000 | 0 | 10100 | 100011101 | 110101 | 111010 |
Color Harmonies of #AF5ACC
Complementary color
Monochromatic Colors of #AF5ACC
Black with #AF5ACC
Text Example
Text Example
White with #AF5ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF5ACC; }
p { color: rgb(175,90,204); }
H1.HeaderClassName
{
color: #AF5ACC;
}
.AnyTagClassName
{
color: #AF5ACC;
}
</style>
background-color css
<style>
a { background-color: #AF5ACC; }
a { background-color: rgb(175,90,204); }
div.DivClassName
{
background-color: #AF5ACC;
}
.BgClassName
{
background-color: #AF5ACC;
}
</style>
border-color css
<style>
span { border-color: #AF5ACC; }
span { border-color: rgb(175,90,204); }
td.TdClassName
{
border-color: #AF5ACC;
}
.TagClassName
{
border-color: #AF5ACC;
}
</style>