Shades of Medium Purple #A65FFC
Tints of Medium Purple #A65FFC
RGB
CMYK
RGB Variations
Color information
#A65FFC (or 0xA65FFC) is known color: Medium Purple. HEX triplet: A6, 5F and FC. RGB value is (166,95,252). Sum of RGB (Red+Green+Blue) = 166+95+252=513 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.36% from 513); Green value is 95 (37.5% from 255 or 18.52% from 513); Blue value is 252 (98.83% from 255 or 49.12% from 513); Max value from RGB is 252 - color contains mainly: blue. Hex color #A65FFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A65FFC is #59A003. Grayscale: #858585. Windows color (decimal): -5873668 or 16539558. OLE color: 16539558.
HSL color Cylindrical-coordinate representation of color #A65FFC: hue angle of 267.13º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A65FFC is Cyan = 0.34, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 166 | 95 | 252 | - |
| CMYK | 0.34 | 0.62 | 0 | 0.01 |
| HSL | 267.13º | 0.96% | 0.68% | - |
| HSV(B) | 267.13º | 0.62% | 0.99% | - |
| XYZ | 37.39 | 23.32 | 94.63 | - |
| YUV | 134.13 | 194.52 | 150.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 95 | 252 | 0.34 | 0.62 | 0 | 0.01 | 267.13 | 0.96 | 0.68 |
| Hex | A6 | 5F | FC | 22 | 3E | 0 | 1 | 10B | 60 | 44 |
| Octal | 246 | 137 | 374 | 42 | 76 | 0 | 1 | 413 | 140 | 104 |
| Binary | 10100110 | 1011111 | 11111100 | 100010 | 111110 | 0 | 1 | 100001011 | 1100000 | 1000100 |
Color Harmonies of #A65FFC
Complementary color
Monochromatic Colors of #A65FFC
Black with #A65FFC
Text Example
Text Example
White with #A65FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A65FFC; }
p { color: rgb(166,95,252); }
H1.HeaderClassName
{
color: #A65FFC;
}
.AnyTagClassName
{
color: #A65FFC;
}
</style>
background-color css
<style>
a { background-color: #A65FFC; }
a { background-color: rgb(166,95,252); }
div.DivClassName
{
background-color: #A65FFC;
}
.BgClassName
{
background-color: #A65FFC;
}
</style>
border-color css
<style>
span { border-color: #A65FFC; }
span { border-color: rgb(166,95,252); }
td.TdClassName
{
border-color: #A65FFC;
}
.TagClassName
{
border-color: #A65FFC;
}
</style>