Html Css Color HEX #A462FA Medium Purple

📋 copy color: '#A462FA'

red 164 ◦ green 98 ◦ blue 250

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

Shades of Medium Purple #A462FA

Tints of Medium Purple #A462FA

RGB

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

 GREEN value IS 98 (38.67% from 255) = 19.14%

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

R = 32.03%
G = 19.14%
B = 48.83%

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

#A462FA (or 0xA462FA) is known color: Medium Purple. HEX triplet: A4, 62 and FA. RGB value is (164,98,250). Sum of RGB (Red+Green+Blue) = 164+98+250=512 (67% of max value = 765). Red value is 164 (64.45% from 255 or 32.03% from 512); Green value is 98 (38.67% from 255 or 19.14% from 512); Blue value is 250 (98.05% from 255 or 48.83% from 512); Max value from RGB is 250 - color contains mainly: blue. Hex color #A462FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A462FA is #5B9D05. Grayscale: #868686. Windows color (decimal): -6003974 or 16409252. OLE color: 16409252.

HSL color Cylindrical-coordinate representation of color #A462FA: hue angle of 266.05º 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 #A462FA is Cyan = 0.34, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 164 98 250 -
CMYK 0.34 0.61 0 0.02
HSL 266.05º 0.94% 0.68% -
HSV(B) 266.05º 0.61% 0.98% -
XYZ 36.93 23.53 93.04 -
YUV 135.06 192.87 148.64 -
System Red Green Blue C M Y K H S L
Decimal 164 98 250 0.34 0.61 0 0.02 266.05 0.94 0.68
Hex A4 62 FA 22 3D 0 2 10A 5E 44
Octal 244 142 372 42 75 0 2 412 136 104
Binary 10100100 1100010 11111010 100010 111101 0 10 100001010 1011110 1000100

Color Harmonies of #A462FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A462FA

Black with #A462FA

Text Example


Text Example

White with #A462FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A462FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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