Html Css Color HEX #A180E5 Medium Purple

📋 copy color: '#A180E5'

red 161 ◦ green 128 ◦ blue 229

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

Shades of Medium Purple #A180E5

Tints of Medium Purple #A180E5

RGB

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

 GREEN value IS 128 (50.39% from 255) = 24.71%

 BLUE value IS 229 (89.84% from 255) = 44.21%

R = 31.08%
G = 24.71%
B = 44.21%

CMYK

 C value IS 0.30

 M value IS 0.44

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#A180E5 (or 0xA180E5) is known color: Medium Purple. HEX triplet: A1, 80 and E5. RGB value is (161,128,229). Sum of RGB (Red+Green+Blue) = 161+128+229=518 (68% of max value = 765). Red value is 161 (63.28% from 255 or 31.08% from 518); Green value is 128 (50.39% from 255 or 24.71% from 518); Blue value is 229 (89.84% from 255 or 44.21% from 518); Max value from RGB is 229 - color contains mainly: blue. Hex color #A180E5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A180E5 is #5E7F1A. Grayscale: #959595. Windows color (decimal): -6192923 or 15040673. OLE color: 15040673.

HSL color Cylindrical-coordinate representation of color #A180E5: hue angle of 259.6º degrees, saturation: 0.66, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A180E5 is Cyan = 0.30, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 161 128 229 -
CMYK 0.30 0.44 0 0.10
HSL 259.6º 0.66% 0.7% -
HSV(B) 259.6º 0.44% 0.9% -
XYZ 36.56 28.67 77.74 -
YUV 149.38 172.93 136.29 -
System Red Green Blue C M Y K H S L
Decimal 161 128 229 0.30 0.44 0 0.10 259.6 0.66 0.7
Hex A1 80 E5 1E 2C 0 A 104 42 46
Octal 241 200 345 36 54 0 12 404 102 106
Binary 10100001 10000000 11100101 11110 101100 0 1010 100000100 1000010 1000110

Color Harmonies of #A180E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A180E5

Black with #A180E5

Text Example


Text Example

White with #A180E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A180E5; }

 p { color: rgb(161,128,229); }

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

background-color css

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

 a { background-color: rgb(161,128,229); }

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

border-color css

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

 span { border-color: rgb(161,128,229); }

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