Html Css Color HEX #A180EC Medium Purple

📋 copy color: '#A180EC'

red 161 ◦ green 128 ◦ blue 236

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

Shades of Medium Purple #A180EC

Tints of Medium Purple #A180EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 44.95%

R = 30.67%
G = 24.38%
B = 44.95%

CMYK

 C value IS 0.32

 M value IS 0.46

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A180EC (or 0xA180EC) is known color: Medium Purple. HEX triplet: A1, 80 and EC. RGB value is (161,128,236). Sum of RGB (Red+Green+Blue) = 161+128+236=525 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.67% from 525); Green value is 128 (50.39% from 255 or 24.38% from 525); Blue value is 236 (92.58% from 255 or 44.95% from 525); Max value from RGB is 236 - color contains mainly: blue. Hex color #A180EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A180EC is #5E7F13. Grayscale: #959595. Windows color (decimal): -6192916 or 15499425. OLE color: 15499425.

HSL color Cylindrical-coordinate representation of color #A180EC: hue angle of 258.33º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A180EC is Cyan = 0.32, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 161 128 236 -
CMYK 0.32 0.46 0 0.07
HSL 258.33º 0.74% 0.71% -
HSV(B) 258.33º 0.46% 0.93% -
XYZ 37.56 29.07 82.99 -
YUV 150.18 176.43 135.72 -
System Red Green Blue C M Y K H S L
Decimal 161 128 236 0.32 0.46 0 0.07 258.33 0.74 0.71
Hex A1 80 EC 20 2E 0 7 102 4A 47
Octal 241 200 354 40 56 0 7 402 112 107
Binary 10100001 10000000 11101100 100000 101110 0 111 100000010 1001010 1000111

Color Harmonies of #A180EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A180EC

Black with #A180EC

Text Example


Text Example

White with #A180EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A180EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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