Html Css Color HEX #A180E4 Medium Purple

📋 copy color: '#A180E4'

red 161 ◦ green 128 ◦ blue 228

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

Shades of Medium Purple #A180E4

Tints of Medium Purple #A180E4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 44.1%

R = 31.14%
G = 24.76%
B = 44.1%

CMYK

 C value IS 0.29

 M value IS 0.44

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#A180E4 (or 0xA180E4) is known color: Medium Purple. HEX triplet: A1, 80 and E4. RGB value is (161,128,228). Sum of RGB (Red+Green+Blue) = 161+128+228=517 (68% of max value = 765). Red value is 161 (63.28% from 255 or 31.14% from 517); Green value is 128 (50.39% from 255 or 24.76% from 517); Blue value is 228 (89.45% from 255 or 44.10% from 517); Max value from RGB is 228 - color contains mainly: blue. Hex color #A180E4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A180E4 is #5E7F1B. Grayscale: #949494. Windows color (decimal): -6192924 or 14975137. OLE color: 14975137.

HSL color Cylindrical-coordinate representation of color #A180E4: hue angle of 259.8º degrees, saturation: 0.65, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A180E4 is Cyan = 0.29, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 161 128 228 -
CMYK 0.29 0.44 0 0.11
HSL 259.8º 0.65% 0.7% -
HSV(B) 259.8º 0.44% 0.89% -
XYZ 36.42 28.62 77 -
YUV 149.27 172.43 136.37 -
System Red Green Blue C M Y K H S L
Decimal 161 128 228 0.29 0.44 0 0.11 259.8 0.65 0.7
Hex A1 80 E4 1D 2C 0 B 104 41 46
Octal 241 200 344 35 54 0 13 404 101 106
Binary 10100001 10000000 11100100 11101 101100 0 1011 100000100 1000001 1000110

Color Harmonies of #A180E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A180E4

Black with #A180E4

Text Example


Text Example

White with #A180E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A180E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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