Html Css Color HEX #A172E8 Medium Purple

📋 copy color: '#A172E8'

red 161 ◦ green 114 ◦ blue 232

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

Shades of Medium Purple #A172E8

Tints of Medium Purple #A172E8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 45.76%

R = 31.76%
G = 22.49%
B = 45.76%

CMYK

 C value IS 0.31

 M value IS 0.51

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#A172E8 (or 0xA172E8) is known color: Medium Purple. HEX triplet: A1, 72 and E8. RGB value is (161,114,232). Sum of RGB (Red+Green+Blue) = 161+114+232=507 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.76% from 507); Green value is 114 (44.92% from 255 or 22.49% from 507); Blue value is 232 (91.02% from 255 or 45.76% from 507); Max value from RGB is 232 - color contains mainly: blue. Hex color #A172E8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A172E8 is #5E8D17. Grayscale: #8D8D8D. Windows color (decimal): -6196504 or 15233697. OLE color: 15233697.

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

Color convert

RGB 161 114 232 -
CMYK 0.31 0.51 0 0.09
HSL 263.9º 0.72% 0.68% -
HSV(B) 263.9º 0.51% 0.91% -
XYZ 35.28 25.44 79.39 -
YUV 141.51 179.07 141.91 -
System Red Green Blue C M Y K H S L
Decimal 161 114 232 0.31 0.51 0 0.09 263.9 0.72 0.68
Hex A1 72 E8 1F 33 0 9 108 48 44
Octal 241 162 350 37 63 0 11 410 110 104
Binary 10100001 1110010 11101000 11111 110011 0 1001 100001000 1001000 1000100

Color Harmonies of #A172E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A172E8

Black with #A172E8

Text Example


Text Example

White with #A172E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A172E8; }

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

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

background-color css

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

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

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

border-color css

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

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

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