Html Css Color HEX #A982EC Medium Purple

📋 copy color: '#A982EC'

red 169 ◦ green 130 ◦ blue 236

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

Shades of Medium Purple #A982EC

Tints of Medium Purple #A982EC

RGB

 RED value IS 169 (66.41% from 255) = 31.59%

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

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

R = 31.59%
G = 24.3%
B = 44.11%

CMYK

 C value IS 0.28

 M value IS 0.45

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A982EC (or 0xA982EC) is known color: Medium Purple. HEX triplet: A9, 82 and EC. RGB value is (169,130,236). Sum of RGB (Red+Green+Blue) = 169+130+236=535 (70% of max value = 765). Red value is 169 (66.41% from 255 or 31.59% from 535); Green value is 130 (51.17% from 255 or 24.30% from 535); Blue value is 236 (92.58% from 255 or 44.11% from 535); Max value from RGB is 236 - color contains mainly: blue. Hex color #A982EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A982EC is #567D13. Grayscale: #999999. Windows color (decimal): -5668116 or 15499945. OLE color: 15499945.

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

Color convert

RGB 169 130 236 -
CMYK 0.28 0.45 0 0.07
HSL 262.08º 0.74% 0.72% -
HSV(B) 262.08º 0.45% 0.93% -
XYZ 39.49 30.46 83.15 -
YUV 153.75 174.42 138.88 -
System Red Green Blue C M Y K H S L
Decimal 169 130 236 0.28 0.45 0 0.07 262.08 0.74 0.72
Hex A9 82 EC 1C 2D 0 7 106 4A 48
Octal 251 202 354 34 55 0 7 406 112 110
Binary 10101001 10000010 11101100 11100 101101 0 111 100000110 1001010 1001000

Color Harmonies of #A982EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A982EC

Black with #A982EC

Text Example


Text Example

White with #A982EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A982EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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