Shades of Medium Orchid #AC64CA
Tints of Medium Orchid #AC64CA
RGB
CMYK
RGB Variations
Color information
#AC64CA (or 0xAC64CA) is known color: Medium Orchid. HEX triplet: AC, 64 and CA. RGB value is (172,100,202). Sum of RGB (Red+Green+Blue) = 172+100+202=474 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.29% from 474); Green value is 100 (39.45% from 255 or 21.10% from 474); Blue value is 202 (79.30% from 255 or 42.62% from 474); Max value from RGB is 202 - color contains mainly: blue. Hex color #AC64CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC64CA is #539B35. Grayscale: #848484. Windows color (decimal): -5479222 or 13264044. OLE color: 13264044.
HSL color Cylindrical-coordinate representation of color #AC64CA: hue angle of 282.35º 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 #AC64CA is Cyan = 0.15, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 172 | 100 | 202 | - |
| CMYK | 0.15 | 0.50 | 0 | 0.21 |
| HSL | 282.35º | 0.49% | 0.59% | - |
| HSV(B) | 282.35º | 0.5% | 0.79% | - |
| XYZ | 32.23 | 22.15 | 58.45 | - |
| YUV | 133.16 | 166.85 | 155.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 100 | 202 | 0.15 | 0.50 | 0 | 0.21 | 282.35 | 0.49 | 0.59 |
| Hex | AC | 64 | CA | F | 32 | 0 | 15 | 11A | 31 | 3B |
| Octal | 254 | 144 | 312 | 17 | 62 | 0 | 25 | 432 | 61 | 73 |
| Binary | 10101100 | 1100100 | 11001010 | 1111 | 110010 | 0 | 10101 | 100011010 | 110001 | 111011 |
Color Harmonies of #AC64CA
Complementary color
Monochromatic Colors of #AC64CA
Black with #AC64CA
Text Example
Text Example
White with #AC64CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC64CA; }
p { color: rgb(172,100,202); }
H1.HeaderClassName
{
color: #AC64CA;
}
.AnyTagClassName
{
color: #AC64CA;
}
</style>
background-color css
<style>
a { background-color: #AC64CA; }
a { background-color: rgb(172,100,202); }
div.DivClassName
{
background-color: #AC64CA;
}
.BgClassName
{
background-color: #AC64CA;
}
</style>
border-color css
<style>
span { border-color: #AC64CA; }
span { border-color: rgb(172,100,202); }
td.TdClassName
{
border-color: #AC64CA;
}
.TagClassName
{
border-color: #AC64CA;
}
</style>