Html Css Color HEX #A179EA Medium Purple

📋 copy color: '#A179EA'

red 161 ◦ green 121 ◦ blue 234

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

Shades of Medium Purple #A179EA

Tints of Medium Purple #A179EA

RGB

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

 GREEN value IS 121 (47.66% from 255) = 23.45%

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

R = 31.2%
G = 23.45%
B = 45.35%

CMYK

 C value IS 0.31

 M value IS 0.48

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A179EA (or 0xA179EA) is known color: Medium Purple. HEX triplet: A1, 79 and EA. RGB value is (161,121,234). Sum of RGB (Red+Green+Blue) = 161+121+234=516 (68% of max value = 765). Red value is 161 (63.28% from 255 or 31.20% from 516); Green value is 121 (47.66% from 255 or 23.45% from 516); Blue value is 234 (91.80% from 255 or 45.35% from 516); Max value from RGB is 234 - color contains mainly: blue. Hex color #A179EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A179EA is #5E8615. Grayscale: #919191. Windows color (decimal): -6194710 or 15366561. OLE color: 15366561.

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

Color convert

RGB 161 121 234 -
CMYK 0.31 0.48 0 0.08
HSL 261.24º 0.73% 0.7% -
HSV(B) 261.24º 0.48% 0.92% -
XYZ 36.39 27.19 81.17 -
YUV 145.84 177.75 138.81 -
System Red Green Blue C M Y K H S L
Decimal 161 121 234 0.31 0.48 0 0.08 261.24 0.73 0.7
Hex A1 79 EA 1F 30 0 8 105 49 46
Octal 241 171 352 37 60 0 10 405 111 106
Binary 10100001 1111001 11101010 11111 110000 0 1000 100000101 1001001 1000110

Color Harmonies of #A179EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A179EA

Black with #A179EA

Text Example


Text Example

White with #A179EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A179EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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