Html Css Color HEX #A982FA Medium Purple

📋 copy color: '#A982FA'

red 169 ◦ green 130 ◦ blue 250

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

Shades of Medium Purple #A982FA

Tints of Medium Purple #A982FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 45.54%

R = 30.78%
G = 23.68%
B = 45.54%

CMYK

 C value IS 0.32

 M value IS 0.48

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A982FA (or 0xA982FA) is known color: Medium Purple. HEX triplet: A9, 82 and FA. RGB value is (169,130,250). Sum of RGB (Red+Green+Blue) = 169+130+250=549 (72% of max value = 765). Red value is 169 (66.41% from 255 or 30.78% from 549); Green value is 130 (51.17% from 255 or 23.68% from 549); Blue value is 250 (98.05% from 255 or 45.54% from 549); Max value from RGB is 250 - color contains mainly: blue. Hex color #A982FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A982FA is #567D05. Grayscale: #9A9A9A. Windows color (decimal): -5668102 or 16417449. OLE color: 16417449.

HSL color Cylindrical-coordinate representation of color #A982FA: hue angle of 259.5º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A982FA is Cyan = 0.32, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 169 130 250 -
CMYK 0.32 0.48 0 0.02
HSL 259.5º 0.92% 0.75% -
HSV(B) 259.5º 0.48% 0.98% -
XYZ 41.6 31.3 94.29 -
YUV 155.34 181.42 137.74 -
System Red Green Blue C M Y K H S L
Decimal 169 130 250 0.32 0.48 0 0.02 259.5 0.92 0.75
Hex A9 82 FA 20 30 0 2 104 5C 4B
Octal 251 202 372 40 60 0 2 404 134 113
Binary 10101001 10000010 11111010 100000 110000 0 10 100000100 1011100 1001011

Color Harmonies of #A982FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A982FA

Black with #A982FA

Text Example


Text Example

White with #A982FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A982FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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