Html Css Color HEX #A164E5 Medium Purple

📋 copy color: '#A164E5'

red 161 ◦ green 100 ◦ blue 229

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

Shades of Medium Purple #A164E5

Tints of Medium Purple #A164E5

RGB

 RED value IS 161 (63.28% from 255) = 32.86%

 GREEN value IS 100 (39.45% from 255) = 20.41%

 BLUE value IS 229 (89.84% from 255) = 46.73%

R = 32.86%
G = 20.41%
B = 46.73%

CMYK

 C value IS 0.30

 M value IS 0.56

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#A164E5 (or 0xA164E5) is known color: Medium Purple. HEX triplet: A1, 64 and E5. RGB value is (161,100,229). Sum of RGB (Red+Green+Blue) = 161+100+229=490 (64% of max value = 765). Red value is 161 (63.28% from 255 or 32.86% from 490); Green value is 100 (39.45% from 255 or 20.41% from 490); Blue value is 229 (89.84% from 255 or 46.73% from 490); Max value from RGB is 229 - color contains mainly: blue. Hex color #A164E5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A164E5 is #5E9B1A. Grayscale: #848484. Windows color (decimal): -6200091 or 15033505. OLE color: 15033505.

HSL color Cylindrical-coordinate representation of color #A164E5: hue angle of 268.37º degrees, saturation: 0.71, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A164E5 is Cyan = 0.30, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 161 100 229 -
CMYK 0.30 0.56 0 0.10
HSL 268.37º 0.71% 0.65% -
HSV(B) 268.37º 0.56% 0.9% -
XYZ 33.4 22.35 76.68 -
YUV 132.95 182.21 148.01 -
System Red Green Blue C M Y K H S L
Decimal 161 100 229 0.30 0.56 0 0.10 268.37 0.71 0.65
Hex A1 64 E5 1E 38 0 A 10C 47 41
Octal 241 144 345 36 70 0 12 414 107 101
Binary 10100001 1100100 11100101 11110 111000 0 1010 100001100 1000111 1000001

Color Harmonies of #A164E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A164E5

Black with #A164E5

Text Example


Text Example

White with #A164E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A164E5; }

 p { color: rgb(161,100,229); }

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

background-color css

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

 a { background-color: rgb(161,100,229); }

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

border-color css

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

 span { border-color: rgb(161,100,229); }

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