Html Css Color HEX #A172EA Medium Purple

📋 copy color: '#A172EA'

red 161 ◦ green 114 ◦ blue 234

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

Shades of Medium Purple #A172EA

Tints of Medium Purple #A172EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 45.97%

R = 31.63%
G = 22.4%
B = 45.97%

CMYK

 C value IS 0.31

 M value IS 0.51

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A172EA (or 0xA172EA) is known color: Medium Purple. HEX triplet: A1, 72 and EA. RGB value is (161,114,234). Sum of RGB (Red+Green+Blue) = 161+114+234=509 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.63% from 509); Green value is 114 (44.92% from 255 or 22.40% from 509); Blue value is 234 (91.80% from 255 or 45.97% from 509); Max value from RGB is 234 - color contains mainly: blue. Hex color #A172EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A172EA is #5E8D15. Grayscale: #8D8D8D. Windows color (decimal): -6196502 or 15364769. OLE color: 15364769.

HSL color Cylindrical-coordinate representation of color #A172EA: hue angle of 263.5º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A172EA is Cyan = 0.31, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 161 114 234 -
CMYK 0.31 0.51 0 0.08
HSL 263.5º 0.74% 0.68% -
HSV(B) 263.5º 0.51% 0.92% -
XYZ 35.57 25.55 80.9 -
YUV 141.73 180.07 141.74 -
System Red Green Blue C M Y K H S L
Decimal 161 114 234 0.31 0.51 0 0.08 263.5 0.74 0.68
Hex A1 72 EA 1F 33 0 8 108 4A 44
Octal 241 162 352 37 63 0 10 410 112 104
Binary 10100001 1110010 11101010 11111 110011 0 1000 100001000 1001010 1000100

Color Harmonies of #A172EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A172EA

Black with #A172EA

Text Example


Text Example

White with #A172EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A172EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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