Html Css Color HEX #A182DB Medium Purple

📋 copy color: '#A182DB'

red 161 ◦ green 130 ◦ blue 219

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

Shades of Medium Purple #A182DB

Tints of Medium Purple #A182DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 42.94%

R = 31.57%
G = 25.49%
B = 42.94%

CMYK

 C value IS 0.26

 M value IS 0.41

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A182DB (or 0xA182DB) is known color: Medium Purple. HEX triplet: A1, 82 and DB. RGB value is (161,130,219). Sum of RGB (Red+Green+Blue) = 161+130+219=510 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.57% from 510); Green value is 130 (51.17% from 255 or 25.49% from 510); Blue value is 219 (85.94% from 255 or 42.94% from 510); Max value from RGB is 219 - color contains mainly: blue. Hex color #A182DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A182DB is #5E7D24. Grayscale: #959595. Windows color (decimal): -6192421 or 14385825. OLE color: 14385825.

HSL color Cylindrical-coordinate representation of color #A182DB: hue angle of 260.9º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A182DB is Cyan = 0.26, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 161 130 219 -
CMYK 0.26 0.41 0 0.14
HSL 260.9º 0.55% 0.68% -
HSV(B) 260.9º 0.41% 0.86% -
XYZ 35.47 28.66 70.68 -
YUV 149.42 167.27 136.26 -
System Red Green Blue C M Y K H S L
Decimal 161 130 219 0.26 0.41 0 0.14 260.9 0.55 0.68
Hex A1 82 DB 1A 29 0 E 105 37 44
Octal 241 202 333 32 51 0 16 405 67 104
Binary 10100001 10000010 11011011 11010 101001 0 1110 100000101 110111 1000100

Color Harmonies of #A182DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A182DB

Black with #A182DB

Text Example


Text Example

White with #A182DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A182DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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