Html Css Color HEX #A164F8 Medium Purple

📋 copy color: '#A164F8'

red 161 ◦ green 100 ◦ blue 248

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

Shades of Medium Purple #A164F8

Tints of Medium Purple #A164F8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 48.72%

R = 31.63%
G = 19.65%
B = 48.72%

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

#A164F8 (or 0xA164F8) is known color: Medium Purple. HEX triplet: A1, 64 and F8. RGB value is (161,100,248). Sum of RGB (Red+Green+Blue) = 161+100+248=509 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.63% from 509); Green value is 100 (39.45% from 255 or 19.65% from 509); Blue value is 248 (97.27% from 255 or 48.72% from 509); Max value from RGB is 248 - color contains mainly: blue. Hex color #A164F8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A164F8 is #5E9B07. Grayscale: #868686. Windows color (decimal): -6200072 or 16278689. OLE color: 16278689.

HSL color Cylindrical-coordinate representation of color #A164F8: hue angle of 264.73º degrees, saturation: 0.91, 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 #A164F8 is Cyan = 0.35, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 161 100 248 -
CMYK 0.35 0.60 0 0.03
HSL 264.73º 0.91% 0.68% -
HSV(B) 264.73º 0.6% 0.97% -
XYZ 36.2 23.47 91.43 -
YUV 135.11 191.71 146.47 -
System Red Green Blue C M Y K H S L
Decimal 161 100 248 0.35 0.60 0 0.03 264.73 0.91 0.68
Hex A1 64 F8 23 3C 0 3 109 5B 44
Octal 241 144 370 43 74 0 3 411 133 104
Binary 10100001 1100100 11111000 100011 111100 0 11 100001001 1011011 1000100

Color Harmonies of #A164F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A164F8

Black with #A164F8

Text Example


Text Example

White with #A164F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A164F8; }

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

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

background-color css

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

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

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

border-color css

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

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

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