Html Css Color HEX #A172DF Medium Purple

📋 copy color: '#A172DF'

red 161 ◦ green 114 ◦ blue 223

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

Shades of Medium Purple #A172DF

Tints of Medium Purple #A172DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 44.78%

R = 32.33%
G = 22.89%
B = 44.78%

CMYK

 C value IS 0.28

 M value IS 0.49

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A172DF (or 0xA172DF) is known color: Medium Purple. HEX triplet: A1, 72 and DF. RGB value is (161,114,223). Sum of RGB (Red+Green+Blue) = 161+114+223=498 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.33% from 498); Green value is 114 (44.92% from 255 or 22.89% from 498); Blue value is 223 (87.5% from 255 or 44.78% from 498); Max value from RGB is 223 - color contains mainly: blue. Hex color #A172DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A172DF is #5E8D20. Grayscale: #8C8C8C. Windows color (decimal): -6196513 or 14643873. OLE color: 14643873.

HSL color Cylindrical-coordinate representation of color #A172DF: hue angle of 265.87º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A172DF is Cyan = 0.28, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 161 114 223 -
CMYK 0.28 0.49 0 0.13
HSL 265.87º 0.63% 0.66% -
HSV(B) 265.87º 0.49% 0.87% -
XYZ 34.03 24.94 72.83 -
YUV 140.48 174.57 142.64 -
System Red Green Blue C M Y K H S L
Decimal 161 114 223 0.28 0.49 0 0.13 265.87 0.63 0.66
Hex A1 72 DF 1C 31 0 D 10A 3F 42
Octal 241 162 337 34 61 0 15 412 77 102
Binary 10100001 1110010 11011111 11100 110001 0 1101 100001010 111111 1000010

Color Harmonies of #A172DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A172DF

Black with #A172DF

Text Example


Text Example

White with #A172DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A172DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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