Shades of Medium Orchid #AF5CF2
Tints of Medium Orchid #AF5CF2
RGB
CMYK
RGB Variations
Color information
#AF5CF2 (or 0xAF5CF2) is known color: Medium Orchid. HEX triplet: AF, 5C and F2. RGB value is (175,92,242). Sum of RGB (Red+Green+Blue) = 175+92+242=509 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.38% from 509); Green value is 92 (36.33% from 255 or 18.07% from 509); Blue value is 242 (94.92% from 255 or 47.54% from 509); Max value from RGB is 242 - color contains mainly: blue. Hex color #AF5CF2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF5CF2 is #50A30D. Grayscale: #858585. Windows color (decimal): -5284622 or 15883439. OLE color: 15883439.
HSL color Cylindrical-coordinate representation of color #AF5CF2: hue angle of 273.2º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AF5CF2 is Cyan = 0.28, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 175 | 92 | 242 | - |
| CMYK | 0.28 | 0.62 | 0 | 0.05 |
| HSL | 273.2º | 0.85% | 0.65% | - |
| HSV(B) | 273.2º | 0.62% | 0.95% | - |
| XYZ | 37.53 | 23.18 | 86.5 | - |
| YUV | 133.92 | 189 | 157.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 92 | 242 | 0.28 | 0.62 | 0 | 0.05 | 273.2 | 0.85 | 0.65 |
| Hex | AF | 5C | F2 | 1C | 3E | 0 | 5 | 111 | 55 | 41 |
| Octal | 257 | 134 | 362 | 34 | 76 | 0 | 5 | 421 | 125 | 101 |
| Binary | 10101111 | 1011100 | 11110010 | 11100 | 111110 | 0 | 101 | 100010001 | 1010101 | 1000001 |
Color Harmonies of #AF5CF2
Complementary color
Monochromatic Colors of #AF5CF2
Black with #AF5CF2
Text Example
Text Example
White with #AF5CF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF5CF2; }
p { color: rgb(175,92,242); }
H1.HeaderClassName
{
color: #AF5CF2;
}
.AnyTagClassName
{
color: #AF5CF2;
}
</style>
background-color css
<style>
a { background-color: #AF5CF2; }
a { background-color: rgb(175,92,242); }
div.DivClassName
{
background-color: #AF5CF2;
}
.BgClassName
{
background-color: #AF5CF2;
}
</style>
border-color css
<style>
span { border-color: #AF5CF2; }
span { border-color: rgb(175,92,242); }
td.TdClassName
{
border-color: #AF5CF2;
}
.TagClassName
{
border-color: #AF5CF2;
}
</style>