Html Css Color HEX #A45EF4 Medium Purple

📋 copy color: '#A45EF4'

red 164 ◦ green 94 ◦ blue 244

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

Shades of Medium Purple #A45EF4

Tints of Medium Purple #A45EF4

RGB

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

 GREEN value IS 94 (37.11% from 255) = 18.73%

 BLUE value IS 244 (95.7% from 255) = 48.61%

R = 32.67%
G = 18.73%
B = 48.61%

CMYK

 C value IS 0.33

 M value IS 0.61

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#A45EF4 (or 0xA45EF4) is known color: Medium Purple. HEX triplet: A4, 5E and F4. RGB value is (164,94,244). Sum of RGB (Red+Green+Blue) = 164+94+244=502 (66% of max value = 765). Red value is 164 (64.45% from 255 or 32.67% from 502); Green value is 94 (37.11% from 255 or 18.73% from 502); Blue value is 244 (95.70% from 255 or 48.61% from 502); Max value from RGB is 244 - color contains mainly: blue. Hex color #A45EF4 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A45EF4 is #5BA10B. Grayscale: #838383. Windows color (decimal): -6005004 or 16015012. OLE color: 16015012.

HSL color Cylindrical-coordinate representation of color #A45EF4: hue angle of 268º degrees, saturation: 0.87, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A45EF4 is Cyan = 0.33, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 164 94 244 -
CMYK 0.33 0.61 0 0.04
HSL 268º 0.87% 0.66% -
HSV(B) 268º 0.61% 0.96% -
XYZ 35.64 22.43 88.04 -
YUV 132.03 191.19 150.8 -
System Red Green Blue C M Y K H S L
Decimal 164 94 244 0.33 0.61 0 0.04 268 0.87 0.66
Hex A4 5E F4 21 3D 0 4 10C 57 42
Octal 244 136 364 41 75 0 4 414 127 102
Binary 10100100 1011110 11110100 100001 111101 0 100 100001100 1010111 1000010

Color Harmonies of #A45EF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A45EF4

Black with #A45EF4

Text Example


Text Example

White with #A45EF4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A45EF4; }

 p { color: rgb(164,94,244); }

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

background-color css

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

 a { background-color: rgb(164,94,244); }

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

border-color css

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

 span { border-color: rgb(164,94,244); }

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