Html Css Color HEX #A182EC Medium Purple

📋 copy color: '#A182EC'

red 161 ◦ green 130 ◦ blue 236

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

Shades of Medium Purple #A182EC

Tints of Medium Purple #A182EC

RGB

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

 GREEN value IS 130 (51.17% from 255) = 24.67%

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

R = 30.55%
G = 24.67%
B = 44.78%

CMYK

 C value IS 0.32

 M value IS 0.45

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A182EC (or 0xA182EC) is known color: Medium Purple. HEX triplet: A1, 82 and EC. RGB value is (161,130,236). Sum of RGB (Red+Green+Blue) = 161+130+236=527 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.55% from 527); Green value is 130 (51.17% from 255 or 24.67% from 527); Blue value is 236 (92.58% from 255 or 44.78% from 527); Max value from RGB is 236 - color contains mainly: blue. Hex color #A182EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A182EC is #5E7D13. Grayscale: #969696. Windows color (decimal): -6192404 or 15499937. OLE color: 15499937.

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

Color convert

RGB 161 130 236 -
CMYK 0.32 0.45 0 0.07
HSL 257.55º 0.74% 0.72% -
HSV(B) 257.55º 0.45% 0.93% -
XYZ 37.82 29.6 83.08 -
YUV 151.35 175.77 134.88 -
System Red Green Blue C M Y K H S L
Decimal 161 130 236 0.32 0.45 0 0.07 257.55 0.74 0.72
Hex A1 82 EC 20 2D 0 7 102 4A 48
Octal 241 202 354 40 55 0 7 402 112 110
Binary 10100001 10000010 11101100 100000 101101 0 111 100000010 1001010 1001000

Color Harmonies of #A182EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A182EC

Black with #A182EC

Text Example


Text Example

White with #A182EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A182EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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