Shades of Medium Orchid #AF4AF9
Tints of Medium Orchid #AF4AF9
RGB
CMYK
RGB Variations
Color information
#AF4AF9 (or 0xAF4AF9) is known color: Medium Orchid. HEX triplet: AF, 4A and F9. RGB value is (175,74,249). Sum of RGB (Red+Green+Blue) = 175+74+249=498 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.14% from 498); Green value is 74 (29.30% from 255 or 14.86% from 498); Blue value is 249 (97.66% from 255 or 50% from 498); Max value from RGB is 249 - color contains mainly: blue. Hex color #AF4AF9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF4AF9 is #50B506. Grayscale: #7B7B7B. Windows color (decimal): -5289223 or 16337583. OLE color: 16337583.
HSL color Cylindrical-coordinate representation of color #AF4AF9: hue angle of 274.63º degrees, saturation: 0.94, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AF4AF9 is Cyan = 0.30, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 175 | 74 | 249 | - |
| CMYK | 0.30 | 0.70 | 0 | 0.02 |
| HSL | 274.63º | 0.94% | 0.63% | - |
| HSV(B) | 274.63º | 0.7% | 0.98% | - |
| XYZ | 37.23 | 20.85 | 91.69 | - |
| YUV | 124.15 | 198.46 | 164.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 74 | 249 | 0.30 | 0.70 | 0 | 0.02 | 274.63 | 0.94 | 0.63 |
| Hex | AF | 4A | F9 | 1E | 46 | 0 | 2 | 113 | 5E | 3F |
| Octal | 257 | 112 | 371 | 36 | 106 | 0 | 2 | 423 | 136 | 77 |
| Binary | 10101111 | 1001010 | 11111001 | 11110 | 1000110 | 0 | 10 | 100010011 | 1011110 | 111111 |
Color Harmonies of #AF4AF9
Complementary color
Monochromatic Colors of #AF4AF9
Black with #AF4AF9
Text Example
Text Example
White with #AF4AF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF4AF9; }
p { color: rgb(175,74,249); }
H1.HeaderClassName
{
color: #AF4AF9;
}
.AnyTagClassName
{
color: #AF4AF9;
}
</style>
background-color css
<style>
a { background-color: #AF4AF9; }
a { background-color: rgb(175,74,249); }
div.DivClassName
{
background-color: #AF4AF9;
}
.BgClassName
{
background-color: #AF4AF9;
}
</style>
border-color css
<style>
span { border-color: #AF4AF9; }
span { border-color: rgb(175,74,249); }
td.TdClassName
{
border-color: #AF4AF9;
}
.TagClassName
{
border-color: #AF4AF9;
}
</style>