Shades of Medium Purple #A465F2
Tints of Medium Purple #A465F2
RGB
CMYK
RGB Variations
Color information
#A465F2 (or 0xA465F2) is known color: Medium Purple. HEX triplet: A4, 65 and F2. RGB value is (164,101,242). Sum of RGB (Red+Green+Blue) = 164+101+242=507 (67% of max value = 765). Red value is 164 (64.45% from 255 or 32.35% from 507); Green value is 101 (39.84% from 255 or 19.92% from 507); Blue value is 242 (94.92% from 255 or 47.73% from 507); Max value from RGB is 242 - color contains mainly: blue. Hex color #A465F2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A465F2 is #5B9A0D. Grayscale: #878787. Windows color (decimal): -6003214 or 15885732. OLE color: 15885732.
HSL color Cylindrical-coordinate representation of color #A465F2: hue angle of 266.81º degrees, saturation: 0.84, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A465F2 is Cyan = 0.32, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 164 | 101 | 242 | - |
| CMYK | 0.32 | 0.58 | 0 | 0.05 |
| HSL | 266.81º | 0.84% | 0.67% | - |
| HSV(B) | 266.81º | 0.58% | 0.95% | - |
| XYZ | 35.99 | 23.61 | 86.66 | - |
| YUV | 135.91 | 187.87 | 148.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 101 | 242 | 0.32 | 0.58 | 0 | 0.05 | 266.81 | 0.84 | 0.67 |
| Hex | A4 | 65 | F2 | 20 | 3A | 0 | 5 | 10B | 54 | 43 |
| Octal | 244 | 145 | 362 | 40 | 72 | 0 | 5 | 413 | 124 | 103 |
| Binary | 10100100 | 1100101 | 11110010 | 100000 | 111010 | 0 | 101 | 100001011 | 1010100 | 1000011 |
Color Harmonies of #A465F2
Complementary color
Monochromatic Colors of #A465F2
Black with #A465F2
Text Example
Text Example
White with #A465F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A465F2; }
p { color: rgb(164,101,242); }
H1.HeaderClassName
{
color: #A465F2;
}
.AnyTagClassName
{
color: #A465F2;
}
</style>
background-color css
<style>
a { background-color: #A465F2; }
a { background-color: rgb(164,101,242); }
div.DivClassName
{
background-color: #A465F2;
}
.BgClassName
{
background-color: #A465F2;
}
</style>
border-color css
<style>
span { border-color: #A465F2; }
span { border-color: rgb(164,101,242); }
td.TdClassName
{
border-color: #A465F2;
}
.TagClassName
{
border-color: #A465F2;
}
</style>