Html Css Color HEX #A164EE Medium Purple

📋 copy color: '#A164EE'

red 161 ◦ green 100 ◦ blue 238

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

Shades of Medium Purple #A164EE

Tints of Medium Purple #A164EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 47.7%

R = 32.26%
G = 20.04%
B = 47.7%

CMYK

 C value IS 0.32

 M value IS 0.58

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A164EE (or 0xA164EE) is known color: Medium Purple. HEX triplet: A1, 64 and EE. RGB value is (161,100,238). Sum of RGB (Red+Green+Blue) = 161+100+238=499 (66% of max value = 765). Red value is 161 (63.28% from 255 or 32.26% from 499); Green value is 100 (39.45% from 255 or 20.04% from 499); Blue value is 238 (93.36% from 255 or 47.70% from 499); Max value from RGB is 238 - color contains mainly: blue. Hex color #A164EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A164EE is #5E9B11. Grayscale: #858585. Windows color (decimal): -6200082 or 15623329. OLE color: 15623329.

HSL color Cylindrical-coordinate representation of color #A164EE: hue angle of 266.52º degrees, saturation: 0.8, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A164EE is Cyan = 0.32, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 161 100 238 -
CMYK 0.32 0.58 0 0.07
HSL 266.52º 0.8% 0.66% -
HSV(B) 266.52º 0.58% 0.93% -
XYZ 34.69 22.86 83.47 -
YUV 133.97 186.71 147.28 -
System Red Green Blue C M Y K H S L
Decimal 161 100 238 0.32 0.58 0 0.07 266.52 0.8 0.66
Hex A1 64 EE 20 3A 0 7 10B 50 42
Octal 241 144 356 40 72 0 7 413 120 102
Binary 10100001 1100100 11101110 100000 111010 0 111 100001011 1010000 1000010

Color Harmonies of #A164EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A164EE

Black with #A164EE

Text Example


Text Example

White with #A164EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A164EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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