Shades of Medium Purple #A35CFC
Tints of Medium Purple #A35CFC
RGB
CMYK
RGB Variations
Color information
#A35CFC (or 0xA35CFC) is known color: Medium Purple. HEX triplet: A3, 5C and FC. RGB value is (163,92,252). Sum of RGB (Red+Green+Blue) = 163+92+252=507 (67% of max value = 765). Red value is 163 (64.06% from 255 or 32.15% from 507); Green value is 92 (36.33% from 255 or 18.15% from 507); Blue value is 252 (98.83% from 255 or 49.70% from 507); Max value from RGB is 252 - color contains mainly: blue. Hex color #A35CFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A35CFC is #5CA303. Grayscale: #828282. Windows color (decimal): -6071044 or 16538787. OLE color: 16538787.
HSL color Cylindrical-coordinate representation of color #A35CFC: hue angle of 266.62º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A35CFC is Cyan = 0.35, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 163 | 92 | 252 | - |
| CMYK | 0.35 | 0.63 | 0 | 0.01 |
| HSL | 266.63º | 0.96% | 0.67% | - |
| HSV(B) | 266.63º | 0.63% | 0.99% | - |
| XYZ | 36.5 | 22.47 | 94.51 | - |
| YUV | 131.47 | 196.02 | 150.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 92 | 252 | 0.35 | 0.63 | 0 | 0.01 | 266.63 | 0.96 | 0.67 |
| Hex | A3 | 5C | FC | 23 | 3F | 0 | 1 | 10B | 60 | 43 |
| Octal | 243 | 134 | 374 | 43 | 77 | 0 | 1 | 413 | 140 | 103 |
| Binary | 10100011 | 1011100 | 11111100 | 100011 | 111111 | 0 | 1 | 100001011 | 1100000 | 1000011 |
Color Harmonies of #A35CFC
Complementary color
Monochromatic Colors of #A35CFC
Black with #A35CFC
Text Example
Text Example
White with #A35CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A35CFC; }
p { color: rgb(163,92,252); }
H1.HeaderClassName
{
color: #A35CFC;
}
.AnyTagClassName
{
color: #A35CFC;
}
</style>
background-color css
<style>
a { background-color: #A35CFC; }
a { background-color: rgb(163,92,252); }
div.DivClassName
{
background-color: #A35CFC;
}
.BgClassName
{
background-color: #A35CFC;
}
</style>
border-color css
<style>
span { border-color: #A35CFC; }
span { border-color: rgb(163,92,252); }
td.TdClassName
{
border-color: #A35CFC;
}
.TagClassName
{
border-color: #A35CFC;
}
</style>