Html Css Color HEX #A458FE Medium Purple

📋 copy color: '#A458FE'

red 164 ◦ green 88 ◦ blue 254

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

Shades of Medium Purple #A458FE

Tints of Medium Purple #A458FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 50.2%

R = 32.41%
G = 17.39%
B = 50.2%

CMYK

 C value IS 0.35

 M value IS 0.65

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#A458FE (or 0xA458FE) is known color: Medium Purple. HEX triplet: A4, 58 and FE. RGB value is (164,88,254). Sum of RGB (Red+Green+Blue) = 164+88+254=506 (67% of max value = 765). Red value is 164 (64.45% from 255 or 32.41% from 506); Green value is 88 (34.77% from 255 or 17.39% from 506); Blue value is 254 (99.61% from 255 or 50.20% from 506); Max value from RGB is 254 - color contains mainly: blue. Hex color #A458FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A458FE is #5BA701. Grayscale: #818181. Windows color (decimal): -6006530 or 16668836. OLE color: 16668836.

HSL color Cylindrical-coordinate representation of color #A458FE: hue angle of 267.47º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A458FE is Cyan = 0.35, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 164 88 254 -
CMYK 0.35 0.65 0 0.00
HSL 267.47º 0.99% 0.67% -
HSV(B) 267.47º 0.65% 1% -
XYZ 36.69 22.03 96.08 -
YUV 129.65 198.18 152.5 -
System Red Green Blue C M Y K H S L
Decimal 164 88 254 0.35 0.65 0 0.00 267.47 0.99 0.67
Hex A4 58 FE 23 41 0 0 10B 63 43
Octal 244 130 376 43 101 0 0 413 143 103
Binary 10100100 1011000 11111110 100011 1000001 0 0 100001011 1100011 1000011

Color Harmonies of #A458FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A458FE

Black with #A458FE

Text Example


Text Example

White with #A458FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A458FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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