Shades of Medium Orchid #AF64CA
Tints of Medium Orchid #AF64CA
RGB
CMYK
RGB Variations
Color information
#AF64CA (or 0xAF64CA) is known color: Medium Orchid. HEX triplet: AF, 64 and CA. RGB value is (175,100,202). Sum of RGB (Red+Green+Blue) = 175+100+202=477 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.69% from 477); Green value is 100 (39.45% from 255 or 20.96% from 477); Blue value is 202 (79.30% from 255 or 42.35% from 477); Max value from RGB is 202 - color contains mainly: blue. Hex color #AF64CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF64CA is #509B35. Grayscale: #858585. Windows color (decimal): -5282614 or 13264047. OLE color: 13264047.
HSL color Cylindrical-coordinate representation of color #AF64CA: hue angle of 284.12º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AF64CA is Cyan = 0.13, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 175 | 100 | 202 | - |
| CMYK | 0.13 | 0.50 | 0 | 0.21 |
| HSL | 284.12º | 0.49% | 0.59% | - |
| HSV(B) | 284.12º | 0.5% | 0.79% | - |
| XYZ | 32.9 | 22.49 | 58.48 | - |
| YUV | 134.05 | 166.35 | 157.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 100 | 202 | 0.13 | 0.50 | 0 | 0.21 | 284.12 | 0.49 | 0.59 |
| Hex | AF | 64 | CA | D | 32 | 0 | 15 | 11C | 31 | 3B |
| Octal | 257 | 144 | 312 | 15 | 62 | 0 | 25 | 434 | 61 | 73 |
| Binary | 10101111 | 1100100 | 11001010 | 1101 | 110010 | 0 | 10101 | 100011100 | 110001 | 111011 |
Color Harmonies of #AF64CA
Complementary color
Monochromatic Colors of #AF64CA
Black with #AF64CA
Text Example
Text Example
White with #AF64CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF64CA; }
p { color: rgb(175,100,202); }
H1.HeaderClassName
{
color: #AF64CA;
}
.AnyTagClassName
{
color: #AF64CA;
}
</style>
background-color css
<style>
a { background-color: #AF64CA; }
a { background-color: rgb(175,100,202); }
div.DivClassName
{
background-color: #AF64CA;
}
.BgClassName
{
background-color: #AF64CA;
}
</style>
border-color css
<style>
span { border-color: #AF64CA; }
span { border-color: rgb(175,100,202); }
td.TdClassName
{
border-color: #AF64CA;
}
.TagClassName
{
border-color: #AF64CA;
}
</style>