Html Css Color HEX #A458FA Medium Purple

📋 copy color: '#A458FA'

red 164 ◦ green 88 ◦ blue 250

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

Shades of Medium Purple #A458FA

Tints of Medium Purple #A458FA

RGB

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

 GREEN value IS 88 (34.77% from 255) = 17.53%

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

R = 32.67%
G = 17.53%
B = 49.8%

CMYK

 C value IS 0.34

 M value IS 0.65

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A458FA (or 0xA458FA) is known color: Medium Purple. HEX triplet: A4, 58 and FA. RGB value is (164,88,250). Sum of RGB (Red+Green+Blue) = 164+88+250=502 (66% of max value = 765). Red value is 164 (64.45% from 255 or 32.67% from 502); Green value is 88 (34.77% from 255 or 17.53% from 502); Blue value is 250 (98.05% from 255 or 49.80% from 502); Max value from RGB is 250 - color contains mainly: blue. Hex color #A458FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A458FA is #5BA705. Grayscale: #808080. Windows color (decimal): -6006534 or 16406692. OLE color: 16406692.

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

Color convert

RGB 164 88 250 -
CMYK 0.34 0.65 0 0.02
HSL 268.15º 0.94% 0.66% -
HSV(B) 268.15º 0.65% 0.98% -
XYZ 36.05 21.77 92.75 -
YUV 129.19 196.18 152.83 -
System Red Green Blue C M Y K H S L
Decimal 164 88 250 0.34 0.65 0 0.02 268.15 0.94 0.66
Hex A4 58 FA 22 41 0 2 10C 5E 42
Octal 244 130 372 42 101 0 2 414 136 102
Binary 10100100 1011000 11111010 100010 1000001 0 10 100001100 1011110 1000010

Color Harmonies of #A458FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A458FA

Black with #A458FA

Text Example


Text Example

White with #A458FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A458FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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