Html Css Color HEX #A45AF1 Medium Purple

📋 copy color: '#A45AF1'

red 164 ◦ green 90 ◦ blue 241

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

Shades of Medium Purple #A45AF1

Tints of Medium Purple #A45AF1

RGB

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

 GREEN value IS 90 (35.55% from 255) = 18.18%

 BLUE value IS 241 (94.53% from 255) = 48.69%

R = 33.13%
G = 18.18%
B = 48.69%

CMYK

 C value IS 0.32

 M value IS 0.63

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#A45AF1 (or 0xA45AF1) is known color: Medium Purple. HEX triplet: A4, 5A and F1. RGB value is (164,90,241). Sum of RGB (Red+Green+Blue) = 164+90+241=495 (65% of max value = 765). Red value is 164 (64.45% from 255 or 33.13% from 495); Green value is 90 (35.55% from 255 or 18.18% from 495); Blue value is 241 (94.53% from 255 or 48.69% from 495); Max value from RGB is 241 - color contains mainly: blue. Hex color #A45AF1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A45AF1 is #5BA50E. Grayscale: #808080. Windows color (decimal): -6006031 or 15817380. OLE color: 15817380.

HSL color Cylindrical-coordinate representation of color #A45AF1: hue angle of 269.4º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A45AF1 is Cyan = 0.32, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 164 90 241 -
CMYK 0.32 0.63 0 0.05
HSL 269.4º 0.84% 0.65% -
HSV(B) 269.4º 0.63% 0.95% -
XYZ 34.84 21.56 85.54 -
YUV 129.34 191.02 152.72 -
System Red Green Blue C M Y K H S L
Decimal 164 90 241 0.32 0.63 0 0.05 269.4 0.84 0.65
Hex A4 5A F1 20 3F 0 5 10D 54 41
Octal 244 132 361 40 77 0 5 415 124 101
Binary 10100100 1011010 11110001 100000 111111 0 101 100001101 1010100 1000001

Color Harmonies of #A45AF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A45AF1

Black with #A45AF1

Text Example


Text Example

White with #A45AF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A45AF1; }

 p { color: rgb(164,90,241); }

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

background-color css

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

 a { background-color: rgb(164,90,241); }

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

border-color css

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

 span { border-color: rgb(164,90,241); }

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