Shades of Medium Purple #A35CFA
Tints of Medium Purple #A35CFA
RGB
CMYK
RGB Variations
Color information
#A35CFA (or 0xA35CFA) is known color: Medium Purple. HEX triplet: A3, 5C and FA. RGB value is (163,92,250). Sum of RGB (Red+Green+Blue) = 163+92+250=505 (66% of max value = 765). Red value is 163 (64.06% from 255 or 32.28% from 505); Green value is 92 (36.33% from 255 or 18.22% from 505); Blue value is 250 (98.05% from 255 or 49.50% from 505); Max value from RGB is 250 - color contains mainly: blue. Hex color #A35CFA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A35CFA is #5CA305. Grayscale: #828282. Windows color (decimal): -6071046 or 16407715. OLE color: 16407715.
HSL color Cylindrical-coordinate representation of color #A35CFA: hue angle of 266.96º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A35CFA is Cyan = 0.35, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 163 | 92 | 250 | - |
| CMYK | 0.35 | 0.63 | 0 | 0.02 |
| HSL | 266.96º | 0.94% | 0.67% | - |
| HSV(B) | 266.96º | 0.63% | 0.98% | - |
| XYZ | 36.19 | 22.34 | 92.85 | - |
| YUV | 131.24 | 195.02 | 150.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 92 | 250 | 0.35 | 0.63 | 0 | 0.02 | 266.96 | 0.94 | 0.67 |
| Hex | A3 | 5C | FA | 23 | 3F | 0 | 2 | 10B | 5E | 43 |
| Octal | 243 | 134 | 372 | 43 | 77 | 0 | 2 | 413 | 136 | 103 |
| Binary | 10100011 | 1011100 | 11111010 | 100011 | 111111 | 0 | 10 | 100001011 | 1011110 | 1000011 |
Color Harmonies of #A35CFA
Complementary color
Monochromatic Colors of #A35CFA
Black with #A35CFA
Text Example
Text Example
White with #A35CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A35CFA; }
p { color: rgb(163,92,250); }
H1.HeaderClassName
{
color: #A35CFA;
}
.AnyTagClassName
{
color: #A35CFA;
}
</style>
background-color css
<style>
a { background-color: #A35CFA; }
a { background-color: rgb(163,92,250); }
div.DivClassName
{
background-color: #A35CFA;
}
.BgClassName
{
background-color: #A35CFA;
}
</style>
border-color css
<style>
span { border-color: #A35CFA; }
span { border-color: rgb(163,92,250); }
td.TdClassName
{
border-color: #A35CFA;
}
.TagClassName
{
border-color: #A35CFA;
}
</style>