Html Css Color HEX #A182EB Medium Purple

📋 copy color: '#A182EB'

red 161 ◦ green 130 ◦ blue 235

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

Shades of Medium Purple #A182EB

Tints of Medium Purple #A182EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 44.68%

R = 30.61%
G = 24.71%
B = 44.68%

CMYK

 C value IS 0.31

 M value IS 0.45

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A182EB (or 0xA182EB) is known color: Medium Purple. HEX triplet: A1, 82 and EB. RGB value is (161,130,235). Sum of RGB (Red+Green+Blue) = 161+130+235=526 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.61% from 526); Green value is 130 (51.17% from 255 or 24.71% from 526); Blue value is 235 (92.19% from 255 or 44.68% from 526); Max value from RGB is 235 - color contains mainly: blue. Hex color #A182EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A182EB is #5E7D14. Grayscale: #969696. Windows color (decimal): -6192405 or 15434401. OLE color: 15434401.

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

Color convert

RGB 161 130 235 -
CMYK 0.31 0.45 0 0.08
HSL 257.71º 0.72% 0.72% -
HSV(B) 257.71º 0.45% 0.92% -
XYZ 37.68 29.54 82.31 -
YUV 151.24 175.27 134.96 -
System Red Green Blue C M Y K H S L
Decimal 161 130 235 0.31 0.45 0 0.08 257.71 0.72 0.72
Hex A1 82 EB 1F 2D 0 8 102 48 48
Octal 241 202 353 37 55 0 10 402 110 110
Binary 10100001 10000010 11101011 11111 101101 0 1000 100000010 1001000 1001000

Color Harmonies of #A182EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A182EB

Black with #A182EB

Text Example


Text Example

White with #A182EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A182EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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