Html Css Color HEX #A461FA Medium Purple

📋 copy color: '#A461FA'

red 164 ◦ green 97 ◦ blue 250

#A461FA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Purple #A461FA

Tints of Medium Purple #A461FA

RGB

 RED value IS 164 (64.45% from 255) = 32.09%

 GREEN value IS 97 (38.28% from 255) = 18.98%

 BLUE value IS 250 (98.05% from 255) = 48.92%

R = 32.09%
G = 18.98%
B = 48.92%

CMYK

 C value IS 0.34

 M value IS 0.61

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A461FA (or 0xA461FA) is known color: Medium Purple. HEX triplet: A4, 61 and FA. RGB value is (164,97,250). Sum of RGB (Red+Green+Blue) = 164+97+250=511 (67% of max value = 765). Red value is 164 (64.45% from 255 or 32.09% from 511); Green value is 97 (38.28% from 255 or 18.98% from 511); Blue value is 250 (98.05% from 255 or 48.92% from 511); Max value from RGB is 250 - color contains mainly: blue. Hex color #A461FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A461FA is #5B9E05. Grayscale: #858585. Windows color (decimal): -6004230 or 16408996. OLE color: 16408996.

HSL color Cylindrical-coordinate representation of color #A461FA: hue angle of 266.27º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A461FA is Cyan = 0.34, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 164 97 250 -
CMYK 0.34 0.61 0 0.02
HSL 266.27º 0.94% 0.68% -
HSV(B) 266.27º 0.61% 0.98% -
XYZ 36.84 23.34 93.01 -
YUV 134.48 193.2 149.06 -
System Red Green Blue C M Y K H S L
Decimal 164 97 250 0.34 0.61 0 0.02 266.27 0.94 0.68
Hex A4 61 FA 22 3D 0 2 10A 5E 44
Octal 244 141 372 42 75 0 2 412 136 104
Binary 10100100 1100001 11111010 100010 111101 0 10 100001010 1011110 1000100

Color Harmonies of #A461FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A461FA

Black with #A461FA

Text Example


Text Example

White with #A461FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A461FA; }

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

 H1.HeaderClassName
 {
   color: #A461FA;
 }
 .AnyTagClassName
 {
   color: #A461FA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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