Html Css Color HEX #A172F9 Medium Purple

📋 copy color: '#A172F9'

red 161 ◦ green 114 ◦ blue 249

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

Shades of Medium Purple #A172F9

Tints of Medium Purple #A172F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 47.52%

R = 30.73%
G = 21.76%
B = 47.52%

CMYK

 C value IS 0.35

 M value IS 0.54

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A172F9 (or 0xA172F9) is known color: Medium Purple. HEX triplet: A1, 72 and F9. RGB value is (161,114,249). Sum of RGB (Red+Green+Blue) = 161+114+249=524 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.73% from 524); Green value is 114 (44.92% from 255 or 21.76% from 524); Blue value is 249 (97.66% from 255 or 47.52% from 524); Max value from RGB is 249 - color contains mainly: blue. Hex color #A172F9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A172F9 is #5E8D06. Grayscale: #8E8E8E. Windows color (decimal): -6196487 or 16347809. OLE color: 16347809.

HSL color Cylindrical-coordinate representation of color #A172F9: hue angle of 260.89º degrees, saturation: 0.92, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A172F9 is Cyan = 0.35, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 161 114 249 -
CMYK 0.35 0.54 0 0.02
HSL 260.89º 0.92% 0.71% -
HSV(B) 260.89º 0.54% 0.98% -
XYZ 37.81 26.45 92.74 -
YUV 143.44 187.57 140.52 -
System Red Green Blue C M Y K H S L
Decimal 161 114 249 0.35 0.54 0 0.02 260.89 0.92 0.71
Hex A1 72 F9 23 36 0 2 105 5C 47
Octal 241 162 371 43 66 0 2 405 134 107
Binary 10100001 1110010 11111001 100011 110110 0 10 100000101 1011100 1000111

Color Harmonies of #A172F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A172F9

Black with #A172F9

Text Example


Text Example

White with #A172F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A172F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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