Shades of Medium Orchid #AF65EA
Tints of Medium Orchid #AF65EA
RGB
CMYK
RGB Variations
Color information
#AF65EA (or 0xAF65EA) is known color: Medium Orchid. HEX triplet: AF, 65 and EA. RGB value is (175,101,234). Sum of RGB (Red+Green+Blue) = 175+101+234=510 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.31% from 510); Green value is 101 (39.84% from 255 or 19.80% from 510); Blue value is 234 (91.80% from 255 or 45.88% from 510); Max value from RGB is 234 - color contains mainly: blue. Hex color #AF65EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF65EA is #509A15. Grayscale: #898989. Windows color (decimal): -5282326 or 15361455. OLE color: 15361455.
HSL color Cylindrical-coordinate representation of color #AF65EA: hue angle of 273.38º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AF65EA is Cyan = 0.25, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 175 | 101 | 234 | - |
| CMYK | 0.25 | 0.57 | 0 | 0.08 |
| HSL | 273.38º | 0.76% | 0.66% | - |
| HSV(B) | 273.38º | 0.57% | 0.92% | - |
| XYZ | 37.18 | 24.36 | 80.58 | - |
| YUV | 138.29 | 182.02 | 154.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 101 | 234 | 0.25 | 0.57 | 0 | 0.08 | 273.38 | 0.76 | 0.66 |
| Hex | AF | 65 | EA | 19 | 39 | 0 | 8 | 111 | 4C | 42 |
| Octal | 257 | 145 | 352 | 31 | 71 | 0 | 10 | 421 | 114 | 102 |
| Binary | 10101111 | 1100101 | 11101010 | 11001 | 111001 | 0 | 1000 | 100010001 | 1001100 | 1000010 |
Color Harmonies of #AF65EA
Complementary color
Monochromatic Colors of #AF65EA
Black with #AF65EA
Text Example
Text Example
White with #AF65EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF65EA; }
p { color: rgb(175,101,234); }
H1.HeaderClassName
{
color: #AF65EA;
}
.AnyTagClassName
{
color: #AF65EA;
}
</style>
background-color css
<style>
a { background-color: #AF65EA; }
a { background-color: rgb(175,101,234); }
div.DivClassName
{
background-color: #AF65EA;
}
.BgClassName
{
background-color: #AF65EA;
}
</style>
border-color css
<style>
span { border-color: #AF65EA; }
span { border-color: rgb(175,101,234); }
td.TdClassName
{
border-color: #AF65EA;
}
.TagClassName
{
border-color: #AF65EA;
}
</style>