Shades of Medium Orchid #AF65D5
Tints of Medium Orchid #AF65D5
RGB
CMYK
RGB Variations
Color information
#AF65D5 (or 0xAF65D5) is known color: Medium Orchid. HEX triplet: AF, 65 and D5. RGB value is (175,101,213). Sum of RGB (Red+Green+Blue) = 175+101+213=489 (64% of max value = 765). Red value is 175 (68.75% from 255 or 35.79% from 489); Green value is 101 (39.84% from 255 or 20.65% from 489); Blue value is 213 (83.59% from 255 or 43.56% from 489); Max value from RGB is 213 - color contains mainly: blue. Hex color #AF65D5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF65D5 is #509A2A. Grayscale: #878787. Windows color (decimal): -5282347 or 13985199. OLE color: 13985199.
HSL color Cylindrical-coordinate representation of color #AF65D5: hue angle of 279.64º degrees, saturation: 0.57, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AF65D5 is Cyan = 0.18, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 175 | 101 | 213 | - |
| CMYK | 0.18 | 0.53 | 0 | 0.16 |
| HSL | 279.64º | 0.57% | 0.62% | - |
| HSV(B) | 279.64º | 0.53% | 0.84% | - |
| XYZ | 34.34 | 23.23 | 65.62 | - |
| YUV | 135.89 | 171.52 | 155.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 101 | 213 | 0.18 | 0.53 | 0 | 0.16 | 279.64 | 0.57 | 0.62 |
| Hex | AF | 65 | D5 | 12 | 35 | 0 | 10 | 118 | 39 | 3E |
| Octal | 257 | 145 | 325 | 22 | 65 | 0 | 20 | 430 | 71 | 76 |
| Binary | 10101111 | 1100101 | 11010101 | 10010 | 110101 | 0 | 10000 | 100011000 | 111001 | 111110 |
Color Harmonies of #AF65D5
Complementary color
Monochromatic Colors of #AF65D5
Black with #AF65D5
Text Example
Text Example
White with #AF65D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF65D5; }
p { color: rgb(175,101,213); }
H1.HeaderClassName
{
color: #AF65D5;
}
.AnyTagClassName
{
color: #AF65D5;
}
</style>
background-color css
<style>
a { background-color: #AF65D5; }
a { background-color: rgb(175,101,213); }
div.DivClassName
{
background-color: #AF65D5;
}
.BgClassName
{
background-color: #AF65D5;
}
</style>
border-color css
<style>
span { border-color: #AF65D5; }
span { border-color: rgb(175,101,213); }
td.TdClassName
{
border-color: #AF65D5;
}
.TagClassName
{
border-color: #AF65D5;
}
</style>