Shades of Medium Orchid #AE64CA
Tints of Medium Orchid #AE64CA
RGB
CMYK
RGB Variations
Color information
#AE64CA (or 0xAE64CA) is known color: Medium Orchid. HEX triplet: AE, 64 and CA. RGB value is (174,100,202). Sum of RGB (Red+Green+Blue) = 174+100+202=476 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.55% from 476); Green value is 100 (39.45% from 255 or 21.01% from 476); Blue value is 202 (79.30% from 255 or 42.44% from 476); Max value from RGB is 202 - color contains mainly: blue. Hex color #AE64CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE64CA is #519B35. Grayscale: #858585. Windows color (decimal): -5348150 or 13264046. OLE color: 13264046.
HSL color Cylindrical-coordinate representation of color #AE64CA: hue angle of 283.53º 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 #AE64CA is Cyan = 0.14, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 174 | 100 | 202 | - |
| CMYK | 0.14 | 0.50 | 0 | 0.21 |
| HSL | 283.53º | 0.49% | 0.59% | - |
| HSV(B) | 283.53º | 0.5% | 0.79% | - |
| XYZ | 32.67 | 22.38 | 58.47 | - |
| YUV | 133.75 | 166.52 | 156.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 100 | 202 | 0.14 | 0.50 | 0 | 0.21 | 283.53 | 0.49 | 0.59 |
| Hex | AE | 64 | CA | E | 32 | 0 | 15 | 11C | 31 | 3B |
| Octal | 256 | 144 | 312 | 16 | 62 | 0 | 25 | 434 | 61 | 73 |
| Binary | 10101110 | 1100100 | 11001010 | 1110 | 110010 | 0 | 10101 | 100011100 | 110001 | 111011 |
Color Harmonies of #AE64CA
Complementary color
Monochromatic Colors of #AE64CA
Black with #AE64CA
Text Example
Text Example
White with #AE64CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE64CA; }
p { color: rgb(174,100,202); }
H1.HeaderClassName
{
color: #AE64CA;
}
.AnyTagClassName
{
color: #AE64CA;
}
</style>
background-color css
<style>
a { background-color: #AE64CA; }
a { background-color: rgb(174,100,202); }
div.DivClassName
{
background-color: #AE64CA;
}
.BgClassName
{
background-color: #AE64CA;
}
</style>
border-color css
<style>
span { border-color: #AE64CA; }
span { border-color: rgb(174,100,202); }
td.TdClassName
{
border-color: #AE64CA;
}
.TagClassName
{
border-color: #AE64CA;
}
</style>