#a461f3

Color #A461F3 Medium Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Purple #A461F3

Tints of Medium Purple #A461F3

Color information

#A461F3 (or 0xA461F3) is unknown color: approx Medium Purple. HEX triplet: A4, 61 and F3. RGB value is (164,97,243). Sum of RGB (Red+Green+Blue) = 164+97+243=504 (66% of max value = 765). Red value is 164 (64.45% from 255 or 32.54% from 504); Green value is 97 (38.28% from 255 or 19.25% from 504); Blue value is 243 (95.31% from 255 or 48.21% from 504); Max value from RGB is 243 - color contains mainly: blue. Hex color #A461F3 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A461F3 is #5B9E0C. Grayscale: #858585. Windows color (decimal): -6004237 or 15950244. OLE color: 15950244.

HSL color Cylindrical-coordinate representation of color #A461F3: hue angle of 267.53º degrees, saturation: 0.86, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A461F3 is Cyan = 0.33, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB16497243-
CMYK0.330.6000.05
HSL267.53º85.88%66.67%-
HSV(B)267.53º60.08%95.29%-
XYZ35.7622.9187.33-
YUV133.68189.7149.63-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 164 (64.45% from 255) = 32.54%
GREEN value IS 97 (38.28% from 255) = 19.25%
BLUE value IS 243 (95.31% from 255) = 48.21%
R=32.54%
G=19.25%
B=48.21%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal164972430.330.6000.05267.5385.8866.67
HexA461F3213C0510c5643
Octal244141363417405414126103
Binary10100100110000111110011100001111100010110000110010101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a461f3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a461f3; }

 p { color: rgb(164,97,243); }

 H1.HeaderClassName
 {
   color: #a461f3;
 }
 .AnyTagClassName
 {
   color: #a461f3;
 }
</style>
background-color css

<style>
 a { background-color: #a461f3; }

 a { background-color: rgb(164,97,243); }

 div.DivClassName
 {
   background-color: #a461f3;
 }
 .BgClassName
 {
   background-color: #a461f3;
 }
</style>
border-color css

<style>
 span { border-color: #a461f3; }

 span { border-color: rgb(164,97,243); }

 td.TdClassName
 {
   border-color: #a461f3;
 }
 .TagClassName
 {
   border-color: #a461f3;
 }
</style>