Html Css Color HEX #A172E3 Medium Purple

📋 copy color: '#A172E3'

red 161 ◦ green 114 ◦ blue 227

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

Shades of Medium Purple #A172E3

Tints of Medium Purple #A172E3

RGB

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

 GREEN value IS 114 (44.92% from 255) = 22.71%

 BLUE value IS 227 (89.06% from 255) = 45.22%

R = 32.07%
G = 22.71%
B = 45.22%

CMYK

 C value IS 0.29

 M value IS 0.50

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#A172E3 (or 0xA172E3) is known color: Medium Purple. HEX triplet: A1, 72 and E3. RGB value is (161,114,227). Sum of RGB (Red+Green+Blue) = 161+114+227=502 (66% of max value = 765). Red value is 161 (63.28% from 255 or 32.07% from 502); Green value is 114 (44.92% from 255 or 22.71% from 502); Blue value is 227 (89.06% from 255 or 45.22% from 502); Max value from RGB is 227 - color contains mainly: blue. Hex color #A172E3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A172E3 is #5E8D1C. Grayscale: #8C8C8C. Windows color (decimal): -6196509 or 14906017. OLE color: 14906017.

HSL color Cylindrical-coordinate representation of color #A172E3: hue angle of 264.96º degrees, saturation: 0.67, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A172E3 is Cyan = 0.29, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 161 114 227 -
CMYK 0.29 0.50 0 0.11
HSL 264.96º 0.67% 0.67% -
HSV(B) 264.96º 0.5% 0.89% -
XYZ 34.58 25.16 75.71 -
YUV 140.94 176.57 142.31 -
System Red Green Blue C M Y K H S L
Decimal 161 114 227 0.29 0.50 0 0.11 264.96 0.67 0.67
Hex A1 72 E3 1D 32 0 B 109 43 43
Octal 241 162 343 35 62 0 13 411 103 103
Binary 10100001 1110010 11100011 11101 110010 0 1011 100001001 1000011 1000011

Color Harmonies of #A172E3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A172E3

Black with #A172E3

Text Example


Text Example

White with #A172E3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A172E3; }

 p { color: rgb(161,114,227); }

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

background-color css

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

 a { background-color: rgb(161,114,227); }

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

border-color css

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

 span { border-color: rgb(161,114,227); }

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