Shades of Medium Orchid #AF67E4
Tints of Medium Orchid #AF67E4
RGB
CMYK
RGB Variations
Color information
#AF67E4 (or 0xAF67E4) is known color: Medium Orchid. HEX triplet: AF, 67 and E4. RGB value is (175,103,228). Sum of RGB (Red+Green+Blue) = 175+103+228=506 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.58% from 506); Green value is 103 (40.62% from 255 or 20.36% from 506); Blue value is 228 (89.45% from 255 or 45.06% from 506); Max value from RGB is 228 - color contains mainly: blue. Hex color #AF67E4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF67E4 is #50981B. Grayscale: #8A8A8A. Windows color (decimal): -5281820 or 14968751. OLE color: 14968751.
HSL color Cylindrical-coordinate representation of color #AF67E4: hue angle of 274.56º degrees, saturation: 0.7, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AF67E4 is Cyan = 0.23, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 175 | 103 | 228 | - |
| CMYK | 0.23 | 0.55 | 0 | 0.11 |
| HSL | 274.56º | 0.7% | 0.65% | - |
| HSV(B) | 274.56º | 0.55% | 0.89% | - |
| XYZ | 36.53 | 24.42 | 76.19 | - |
| YUV | 138.78 | 178.35 | 153.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 103 | 228 | 0.23 | 0.55 | 0 | 0.11 | 274.56 | 0.7 | 0.65 |
| Hex | AF | 67 | E4 | 17 | 37 | 0 | B | 113 | 46 | 41 |
| Octal | 257 | 147 | 344 | 27 | 67 | 0 | 13 | 423 | 106 | 101 |
| Binary | 10101111 | 1100111 | 11100100 | 10111 | 110111 | 0 | 1011 | 100010011 | 1000110 | 1000001 |
Color Harmonies of #AF67E4
Complementary color
Monochromatic Colors of #AF67E4
Black with #AF67E4
Text Example
Text Example
White with #AF67E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF67E4; }
p { color: rgb(175,103,228); }
H1.HeaderClassName
{
color: #AF67E4;
}
.AnyTagClassName
{
color: #AF67E4;
}
</style>
background-color css
<style>
a { background-color: #AF67E4; }
a { background-color: rgb(175,103,228); }
div.DivClassName
{
background-color: #AF67E4;
}
.BgClassName
{
background-color: #AF67E4;
}
</style>
border-color css
<style>
span { border-color: #AF67E4; }
span { border-color: rgb(175,103,228); }
td.TdClassName
{
border-color: #AF67E4;
}
.TagClassName
{
border-color: #AF67E4;
}
</style>