Shades of Medium Orchid #AF4BF2
Tints of Medium Orchid #AF4BF2
RGB
CMYK
RGB Variations
Color information
#AF4BF2 (or 0xAF4BF2) is known color: Medium Orchid. HEX triplet: AF, 4B and F2. RGB value is (175,75,242). Sum of RGB (Red+Green+Blue) = 175+75+242=492 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.57% from 492); Green value is 75 (29.69% from 255 or 15.24% from 492); Blue value is 242 (94.92% from 255 or 49.19% from 492); Max value from RGB is 242 - color contains mainly: blue. Hex color #AF4BF2 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF4BF2 is #50B40D. Grayscale: #7B7B7B. Windows color (decimal): -5288974 or 15879087. OLE color: 15879087.
HSL color Cylindrical-coordinate representation of color #AF4BF2: hue angle of 275.93º 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 #AF4BF2 is Cyan = 0.28, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 175 | 75 | 242 | - |
| CMYK | 0.28 | 0.69 | 0 | 0.05 |
| HSL | 275.93º | 0.87% | 0.62% | - |
| HSV(B) | 275.93º | 0.69% | 0.95% | - |
| XYZ | 36.22 | 20.56 | 86.06 | - |
| YUV | 123.94 | 194.63 | 164.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 75 | 242 | 0.28 | 0.69 | 0 | 0.05 | 275.93 | 0.87 | 0.62 |
| Hex | AF | 4B | F2 | 1C | 45 | 0 | 5 | 114 | 57 | 3E |
| Octal | 257 | 113 | 362 | 34 | 105 | 0 | 5 | 424 | 127 | 76 |
| Binary | 10101111 | 1001011 | 11110010 | 11100 | 1000101 | 0 | 101 | 100010100 | 1010111 | 111110 |
Color Harmonies of #AF4BF2
Complementary color
Monochromatic Colors of #AF4BF2
Black with #AF4BF2
Text Example
Text Example
White with #AF4BF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF4BF2; }
p { color: rgb(175,75,242); }
H1.HeaderClassName
{
color: #AF4BF2;
}
.AnyTagClassName
{
color: #AF4BF2;
}
</style>
background-color css
<style>
a { background-color: #AF4BF2; }
a { background-color: rgb(175,75,242); }
div.DivClassName
{
background-color: #AF4BF2;
}
.BgClassName
{
background-color: #AF4BF2;
}
</style>
border-color css
<style>
span { border-color: #AF4BF2; }
span { border-color: rgb(175,75,242); }
td.TdClassName
{
border-color: #AF4BF2;
}
.TagClassName
{
border-color: #AF4BF2;
}
</style>