Shades of Medium Orchid #AF69CE
Tints of Medium Orchid #AF69CE
RGB
CMYK
RGB Variations
Color information
#AF69CE (or 0xAF69CE) is known color: Medium Orchid. HEX triplet: AF, 69 and CE. RGB value is (175,105,206). Sum of RGB (Red+Green+Blue) = 175+105+206=486 (64% of max value = 765). Red value is 175 (68.75% from 255 or 36.01% from 486); Green value is 105 (41.41% from 255 or 21.60% from 486); Blue value is 206 (80.86% from 255 or 42.39% from 486); Max value from RGB is 206 - color contains mainly: blue. Hex color #AF69CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF69CE is #509631. Grayscale: #898989. Windows color (decimal): -5281330 or 13527471. OLE color: 13527471.
HSL color Cylindrical-coordinate representation of color #AF69CE: hue angle of 281.58º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AF69CE is Cyan = 0.15, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 175 | 105 | 206 | - |
| CMYK | 0.15 | 0.49 | 0 | 0.19 |
| HSL | 281.58º | 0.51% | 0.61% | - |
| HSV(B) | 281.58º | 0.49% | 0.81% | - |
| XYZ | 33.87 | 23.67 | 61.18 | - |
| YUV | 137.44 | 166.69 | 154.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 105 | 206 | 0.15 | 0.49 | 0 | 0.19 | 281.58 | 0.51 | 0.61 |
| Hex | AF | 69 | CE | F | 31 | 0 | 13 | 11A | 33 | 3D |
| Octal | 257 | 151 | 316 | 17 | 61 | 0 | 23 | 432 | 63 | 75 |
| Binary | 10101111 | 1101001 | 11001110 | 1111 | 110001 | 0 | 10011 | 100011010 | 110011 | 111101 |
Color Harmonies of #AF69CE
Complementary color
Monochromatic Colors of #AF69CE
Black with #AF69CE
Text Example
Text Example
White with #AF69CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF69CE; }
p { color: rgb(175,105,206); }
H1.HeaderClassName
{
color: #AF69CE;
}
.AnyTagClassName
{
color: #AF69CE;
}
</style>
background-color css
<style>
a { background-color: #AF69CE; }
a { background-color: rgb(175,105,206); }
div.DivClassName
{
background-color: #AF69CE;
}
.BgClassName
{
background-color: #AF69CE;
}
</style>
border-color css
<style>
span { border-color: #AF69CE; }
span { border-color: rgb(175,105,206); }
td.TdClassName
{
border-color: #AF69CE;
}
.TagClassName
{
border-color: #AF69CE;
}
</style>