Html Css Color HEX #A982F7 Medium Purple

📋 copy color: '#A982F7'

red 169 ◦ green 130 ◦ blue 247

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

Shades of Medium Purple #A982F7

Tints of Medium Purple #A982F7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 45.24%

R = 30.95%
G = 23.81%
B = 45.24%

CMYK

 C value IS 0.32

 M value IS 0.47

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#A982F7 (or 0xA982F7) is known color: Medium Purple. HEX triplet: A9, 82 and F7. RGB value is (169,130,247). Sum of RGB (Red+Green+Blue) = 169+130+247=546 (72% of max value = 765). Red value is 169 (66.41% from 255 or 30.95% from 546); Green value is 130 (51.17% from 255 or 23.81% from 546); Blue value is 247 (96.88% from 255 or 45.24% from 546); Max value from RGB is 247 - color contains mainly: blue. Hex color #A982F7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A982F7 is #567D08. Grayscale: #9A9A9A. Windows color (decimal): -5668105 or 16220841. OLE color: 16220841.

HSL color Cylindrical-coordinate representation of color #A982F7: hue angle of 260º degrees, saturation: 0.88, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A982F7 is Cyan = 0.32, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 169 130 247 -
CMYK 0.32 0.47 0 0.03
HSL 260º 0.88% 0.74% -
HSV(B) 260º 0.47% 0.97% -
XYZ 41.13 31.12 91.83 -
YUV 155 179.92 137.99 -
System Red Green Blue C M Y K H S L
Decimal 169 130 247 0.32 0.47 0 0.03 260 0.88 0.74
Hex A9 82 F7 20 2F 0 3 104 58 4A
Octal 251 202 367 40 57 0 3 404 130 112
Binary 10101001 10000010 11110111 100000 101111 0 11 100000100 1011000 1001010

Color Harmonies of #A982F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A982F7

Black with #A982F7

Text Example


Text Example

White with #A982F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A982F7; }

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

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

background-color css

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

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

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

border-color css

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

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

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