Html Css Color HEX #A982ED Medium Purple

📋 copy color: '#A982ED'

red 169 ◦ green 130 ◦ blue 237

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

Shades of Medium Purple #A982ED

Tints of Medium Purple #A982ED

RGB

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

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

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

R = 31.53%
G = 24.25%
B = 44.22%

CMYK

 C value IS 0.29

 M value IS 0.45

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A982ED (or 0xA982ED) is known color: Medium Purple. HEX triplet: A9, 82 and ED. RGB value is (169,130,237). Sum of RGB (Red+Green+Blue) = 169+130+237=536 (70% of max value = 765). Red value is 169 (66.41% from 255 or 31.53% from 536); Green value is 130 (51.17% from 255 or 24.25% from 536); Blue value is 237 (92.97% from 255 or 44.22% from 536); Max value from RGB is 237 - color contains mainly: blue. Hex color #A982ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A982ED is #567D12. Grayscale: #999999. Windows color (decimal): -5668115 or 15565481. OLE color: 15565481.

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

Color convert

RGB 169 130 237 -
CMYK 0.29 0.45 0 0.07
HSL 261.87º 0.75% 0.72% -
HSV(B) 261.87º 0.45% 0.93% -
XYZ 39.63 30.51 83.92 -
YUV 153.86 174.92 138.8 -
System Red Green Blue C M Y K H S L
Decimal 169 130 237 0.29 0.45 0 0.07 261.87 0.75 0.72
Hex A9 82 ED 1D 2D 0 7 106 4B 48
Octal 251 202 355 35 55 0 7 406 113 110
Binary 10101001 10000010 11101101 11101 101101 0 111 100000110 1001011 1001000

Color Harmonies of #A982ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A982ED

Black with #A982ED

Text Example


Text Example

White with #A982ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A982ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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