Html Css Color HEX #A164F7 Medium Purple

📋 copy color: '#A164F7'

red 161 ◦ green 100 ◦ blue 247

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

Shades of Medium Purple #A164F7

Tints of Medium Purple #A164F7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 48.62%

R = 31.69%
G = 19.69%
B = 48.62%

CMYK

 C value IS 0.35

 M value IS 0.60

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#A164F7 (or 0xA164F7) is known color: Medium Purple. HEX triplet: A1, 64 and F7. RGB value is (161,100,247). Sum of RGB (Red+Green+Blue) = 161+100+247=508 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.69% from 508); Green value is 100 (39.45% from 255 or 19.69% from 508); Blue value is 247 (96.88% from 255 or 48.62% from 508); Max value from RGB is 247 - color contains mainly: blue. Hex color #A164F7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A164F7 is #5E9B08. Grayscale: #868686. Windows color (decimal): -6200073 or 16213153. OLE color: 16213153.

HSL color Cylindrical-coordinate representation of color #A164F7: hue angle of 264.9º degrees, saturation: 0.9, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A164F7 is Cyan = 0.35, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 161 100 247 -
CMYK 0.35 0.60 0 0.03
HSL 264.9º 0.9% 0.68% -
HSV(B) 264.9º 0.6% 0.97% -
XYZ 36.04 23.41 90.61 -
YUV 135 191.21 146.55 -
System Red Green Blue C M Y K H S L
Decimal 161 100 247 0.35 0.60 0 0.03 264.9 0.9 0.68
Hex A1 64 F7 23 3C 0 3 109 5A 44
Octal 241 144 367 43 74 0 3 411 132 104
Binary 10100001 1100100 11110111 100011 111100 0 11 100001001 1011010 1000100

Color Harmonies of #A164F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A164F7

Black with #A164F7

Text Example


Text Example

White with #A164F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A164F7; }

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

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

background-color css

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

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

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

border-color css

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

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

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