Html Css Color HEX #A082DC Medium Purple

📋 copy color: '#A082DC'

red 160 ◦ green 130 ◦ blue 220

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

Shades of Medium Purple #A082DC

Tints of Medium Purple #A082DC

RGB

 RED value IS 160 (62.89% from 255) = 31.37%

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

 BLUE value IS 220 (86.33% from 255) = 43.14%

R = 31.37%
G = 25.49%
B = 43.14%

CMYK

 C value IS 0.27

 M value IS 0.41

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A082DC (or 0xA082DC) is known color: Medium Purple. HEX triplet: A0, 82 and DC. RGB value is (160,130,220). Sum of RGB (Red+Green+Blue) = 160+130+220=510 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.37% from 510); Green value is 130 (51.17% from 255 or 25.49% from 510); Blue value is 220 (86.33% from 255 or 43.14% from 510); Max value from RGB is 220 - color contains mainly: blue. Hex color #A082DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A082DC is #5F7D23. Grayscale: #949494. Windows color (decimal): -6257956 or 14451360. OLE color: 14451360.

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

Color convert

RGB 160 130 220 -
CMYK 0.27 0.41 0 0.14
HSL 260º 0.56% 0.69% -
HSV(B) 260º 0.41% 0.86% -
XYZ 35.4 28.61 71.37 -
YUV 149.23 167.94 135.68 -
System Red Green Blue C M Y K H S L
Decimal 160 130 220 0.27 0.41 0 0.14 260 0.56 0.69
Hex A0 82 DC 1B 29 0 E 104 38 45
Octal 240 202 334 33 51 0 16 404 70 105
Binary 10100000 10000010 11011100 11011 101001 0 1110 100000100 111000 1000101

Color Harmonies of #A082DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A082DC

Black with #A082DC

Text Example


Text Example

White with #A082DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A082DC; }

 p { color: rgb(160,130,220); }

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

background-color css

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

 a { background-color: rgb(160,130,220); }

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

border-color css

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

 span { border-color: rgb(160,130,220); }

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