Shades of Medium Orchid #AF4AF2
Tints of Medium Orchid #AF4AF2
RGB
CMYK
RGB Variations
Color information
#AF4AF2 (or 0xAF4AF2) is known color: Medium Orchid. HEX triplet: AF, 4A and F2. RGB value is (175,74,242). Sum of RGB (Red+Green+Blue) = 175+74+242=491 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.64% from 491); Green value is 74 (29.30% from 255 or 15.07% from 491); Blue value is 242 (94.92% from 255 or 49.29% from 491); Max value from RGB is 242 - color contains mainly: blue. Hex color #AF4AF2 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF4AF2 is #50B50D. Grayscale: #7A7A7A. Windows color (decimal): -5289230 or 15878831. OLE color: 15878831.
HSL color Cylindrical-coordinate representation of color #AF4AF2: hue angle of 276.07º degrees, saturation: 0.87, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AF4AF2 is Cyan = 0.28, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 175 | 74 | 242 | - |
| CMYK | 0.28 | 0.69 | 0 | 0.05 |
| HSL | 276.07º | 0.87% | 0.62% | - |
| HSV(B) | 276.07º | 0.69% | 0.95% | - |
| XYZ | 36.15 | 20.42 | 86.04 | - |
| YUV | 123.35 | 194.96 | 164.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 74 | 242 | 0.28 | 0.69 | 0 | 0.05 | 276.07 | 0.87 | 0.62 |
| Hex | AF | 4A | F2 | 1C | 45 | 0 | 5 | 114 | 57 | 3E |
| Octal | 257 | 112 | 362 | 34 | 105 | 0 | 5 | 424 | 127 | 76 |
| Binary | 10101111 | 1001010 | 11110010 | 11100 | 1000101 | 0 | 101 | 100010100 | 1010111 | 111110 |
Color Harmonies of #AF4AF2
Complementary color
Monochromatic Colors of #AF4AF2
Black with #AF4AF2
Text Example
Text Example
White with #AF4AF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF4AF2; }
p { color: rgb(175,74,242); }
H1.HeaderClassName
{
color: #AF4AF2;
}
.AnyTagClassName
{
color: #AF4AF2;
}
</style>
background-color css
<style>
a { background-color: #AF4AF2; }
a { background-color: rgb(175,74,242); }
div.DivClassName
{
background-color: #AF4AF2;
}
.BgClassName
{
background-color: #AF4AF2;
}
</style>
border-color css
<style>
span { border-color: #AF4AF2; }
span { border-color: rgb(175,74,242); }
td.TdClassName
{
border-color: #AF4AF2;
}
.TagClassName
{
border-color: #AF4AF2;
}
</style>