Html Css Color HEX #A182ED Medium Purple

📋 copy color: '#A182ED'

red 161 ◦ green 130 ◦ blue 237

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

Shades of Medium Purple #A182ED

Tints of Medium Purple #A182ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 44.89%

R = 30.49%
G = 24.62%
B = 44.89%

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

#A182ED (or 0xA182ED) is known color: Medium Purple. HEX triplet: A1, 82 and ED. RGB value is (161,130,237). Sum of RGB (Red+Green+Blue) = 161+130+237=528 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.49% from 528); Green value is 130 (51.17% from 255 or 24.62% from 528); Blue value is 237 (92.97% from 255 or 44.89% from 528); Max value from RGB is 237 - color contains mainly: blue. Hex color #A182ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A182ED is #5E7D12. Grayscale: #979797. Windows color (decimal): -6192403 or 15565473. OLE color: 15565473.

HSL color Cylindrical-coordinate representation of color #A182ED: hue angle of 257.38º degrees, saturation: 0.75, 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 #A182ED is Cyan = 0.32, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 161 130 237 -
CMYK 0.32 0.45 0 0.07
HSL 257.38º 0.75% 0.72% -
HSV(B) 257.38º 0.45% 0.93% -
XYZ 37.97 29.66 83.84 -
YUV 151.47 176.27 134.8 -
System Red Green Blue C M Y K H S L
Decimal 161 130 237 0.32 0.45 0 0.07 257.38 0.75 0.72
Hex A1 82 ED 20 2D 0 7 101 4B 48
Octal 241 202 355 40 55 0 7 401 113 110
Binary 10100001 10000010 11101101 100000 101101 0 111 100000001 1001011 1001000

Color Harmonies of #A182ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A182ED

Black with #A182ED

Text Example


Text Example

White with #A182ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A182ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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