Shades of Medium Orchid #AF4BEE
Tints of Medium Orchid #AF4BEE
RGB
CMYK
RGB Variations
Color information
#AF4BEE (or 0xAF4BEE) is known color: Medium Orchid. HEX triplet: AF, 4B and EE. RGB value is (175,75,238). Sum of RGB (Red+Green+Blue) = 175+75+238=488 (64% of max value = 765). Red value is 175 (68.75% from 255 or 35.86% from 488); Green value is 75 (29.69% from 255 or 15.37% from 488); Blue value is 238 (93.36% from 255 or 48.77% from 488); Max value from RGB is 238 - color contains mainly: blue. Hex color #AF4BEE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF4BEE is #50B411. Grayscale: #7A7A7A. Windows color (decimal): -5288978 or 15616943. OLE color: 15616943.
HSL color Cylindrical-coordinate representation of color #AF4BEE: hue angle of 276.81º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AF4BEE is Cyan = 0.26, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 175 | 75 | 238 | - |
| CMYK | 0.26 | 0.68 | 0 | 0.07 |
| HSL | 276.81º | 0.83% | 0.61% | - |
| HSV(B) | 276.81º | 0.68% | 0.93% | - |
| XYZ | 35.63 | 20.32 | 82.93 | - |
| YUV | 123.48 | 192.63 | 164.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 75 | 238 | 0.26 | 0.68 | 0 | 0.07 | 276.81 | 0.83 | 0.61 |
| Hex | AF | 4B | EE | 1A | 44 | 0 | 7 | 115 | 53 | 3D |
| Octal | 257 | 113 | 356 | 32 | 104 | 0 | 7 | 425 | 123 | 75 |
| Binary | 10101111 | 1001011 | 11101110 | 11010 | 1000100 | 0 | 111 | 100010101 | 1010011 | 111101 |
Color Harmonies of #AF4BEE
Complementary color
Monochromatic Colors of #AF4BEE
Black with #AF4BEE
Text Example
Text Example
White with #AF4BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF4BEE; }
p { color: rgb(175,75,238); }
H1.HeaderClassName
{
color: #AF4BEE;
}
.AnyTagClassName
{
color: #AF4BEE;
}
</style>
background-color css
<style>
a { background-color: #AF4BEE; }
a { background-color: rgb(175,75,238); }
div.DivClassName
{
background-color: #AF4BEE;
}
.BgClassName
{
background-color: #AF4BEE;
}
</style>
border-color css
<style>
span { border-color: #AF4BEE; }
span { border-color: rgb(175,75,238); }
td.TdClassName
{
border-color: #AF4BEE;
}
.TagClassName
{
border-color: #AF4BEE;
}
</style>