Shades of Medium Orchid #AF4EEE
Tints of Medium Orchid #AF4EEE
RGB
CMYK
RGB Variations
Color information
#AF4EEE (or 0xAF4EEE) is known color: Medium Orchid. HEX triplet: AF, 4E and EE. RGB value is (175,78,238). Sum of RGB (Red+Green+Blue) = 175+78+238=491 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.64% from 491); Green value is 78 (30.86% from 255 or 15.89% from 491); Blue value is 238 (93.36% from 255 or 48.47% from 491); Max value from RGB is 238 - color contains mainly: blue. Hex color #AF4EEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF4EEE is #50B111. Grayscale: #7C7C7C. Windows color (decimal): -5288210 or 15617711. OLE color: 15617711.
HSL color Cylindrical-coordinate representation of color #AF4EEE: hue angle of 276.38º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AF4EEE is Cyan = 0.26, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 175 | 78 | 238 | - |
| CMYK | 0.26 | 0.67 | 0 | 0.07 |
| HSL | 276.38º | 0.82% | 0.62% | - |
| HSV(B) | 276.38º | 0.67% | 0.93% | - |
| XYZ | 35.84 | 20.74 | 83 | - |
| YUV | 125.24 | 191.64 | 163.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 78 | 238 | 0.26 | 0.67 | 0 | 0.07 | 276.38 | 0.82 | 0.62 |
| Hex | AF | 4E | EE | 1A | 43 | 0 | 7 | 114 | 52 | 3E |
| Octal | 257 | 116 | 356 | 32 | 103 | 0 | 7 | 424 | 122 | 76 |
| Binary | 10101111 | 1001110 | 11101110 | 11010 | 1000011 | 0 | 111 | 100010100 | 1010010 | 111110 |
Color Harmonies of #AF4EEE
Complementary color
Monochromatic Colors of #AF4EEE
Black with #AF4EEE
Text Example
Text Example
White with #AF4EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF4EEE; }
p { color: rgb(175,78,238); }
H1.HeaderClassName
{
color: #AF4EEE;
}
.AnyTagClassName
{
color: #AF4EEE;
}
</style>
background-color css
<style>
a { background-color: #AF4EEE; }
a { background-color: rgb(175,78,238); }
div.DivClassName
{
background-color: #AF4EEE;
}
.BgClassName
{
background-color: #AF4EEE;
}
</style>
border-color css
<style>
span { border-color: #AF4EEE; }
span { border-color: rgb(175,78,238); }
td.TdClassName
{
border-color: #AF4EEE;
}
.TagClassName
{
border-color: #AF4EEE;
}
</style>