Shades of Medium Orchid #AF43EA
Tints of Medium Orchid #AF43EA
RGB
CMYK
RGB Variations
Color information
#AF43EA (or 0xAF43EA) is known color: Medium Orchid. HEX triplet: AF, 43 and EA. RGB value is (175,67,234). Sum of RGB (Red+Green+Blue) = 175+67+234=476 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.76% from 476); Green value is 67 (26.56% from 255 or 14.08% from 476); Blue value is 234 (91.80% from 255 or 49.16% from 476); Max value from RGB is 234 - color contains mainly: blue. Hex color #AF43EA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF43EA is #50BC15. Grayscale: #757575. Windows color (decimal): -5291030 or 15352751. OLE color: 15352751.
HSL color Cylindrical-coordinate representation of color #AF43EA: hue angle of 278.8º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AF43EA is Cyan = 0.25, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 175 | 67 | 234 | - |
| CMYK | 0.25 | 0.71 | 0 | 0.08 |
| HSL | 278.8º | 0.8% | 0.59% | - |
| HSV(B) | 278.8º | 0.71% | 0.92% | - |
| XYZ | 34.54 | 19.07 | 79.7 | - |
| YUV | 118.33 | 193.28 | 168.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 67 | 234 | 0.25 | 0.71 | 0 | 0.08 | 278.8 | 0.8 | 0.59 |
| Hex | AF | 43 | EA | 19 | 47 | 0 | 8 | 117 | 50 | 3B |
| Octal | 257 | 103 | 352 | 31 | 107 | 0 | 10 | 427 | 120 | 73 |
| Binary | 10101111 | 1000011 | 11101010 | 11001 | 1000111 | 0 | 1000 | 100010111 | 1010000 | 111011 |
Color Harmonies of #AF43EA
Complementary color
Monochromatic Colors of #AF43EA
Black with #AF43EA
Text Example
Text Example
White with #AF43EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF43EA; }
p { color: rgb(175,67,234); }
H1.HeaderClassName
{
color: #AF43EA;
}
.AnyTagClassName
{
color: #AF43EA;
}
</style>
background-color css
<style>
a { background-color: #AF43EA; }
a { background-color: rgb(175,67,234); }
div.DivClassName
{
background-color: #AF43EA;
}
.BgClassName
{
background-color: #AF43EA;
}
</style>
border-color css
<style>
span { border-color: #AF43EA; }
span { border-color: rgb(175,67,234); }
td.TdClassName
{
border-color: #AF43EA;
}
.TagClassName
{
border-color: #AF43EA;
}
</style>