Html Css Color HEX #A882F9 Medium Purple

📋 copy color: '#A882F9'

red 168 ◦ green 130 ◦ blue 249

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

Shades of Medium Purple #A882F9

Tints of Medium Purple #A882F9

RGB

 RED value IS 168 (66.02% from 255) = 30.71%

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

 BLUE value IS 249 (97.66% from 255) = 45.52%

R = 30.71%
G = 23.77%
B = 45.52%

CMYK

 C value IS 0.33

 M value IS 0.48

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A882F9 (or 0xA882F9) is known color: Medium Purple. HEX triplet: A8, 82 and F9. RGB value is (168,130,249). Sum of RGB (Red+Green+Blue) = 168+130+249=547 (72% of max value = 765). Red value is 168 (66.02% from 255 or 30.71% from 547); Green value is 130 (51.17% from 255 or 23.77% from 547); Blue value is 249 (97.66% from 255 or 45.52% from 547); Max value from RGB is 249 - color contains mainly: blue. Hex color #A882F9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A882F9 is #577D06. Grayscale: #9A9A9A. Windows color (decimal): -5733639 or 16351912. OLE color: 16351912.

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

Color convert

RGB 168 130 249 -
CMYK 0.33 0.48 0 0.02
HSL 259.16º 0.91% 0.74% -
HSV(B) 259.16º 0.48% 0.98% -
XYZ 41.23 31.13 93.46 -
YUV 154.93 181.09 137.32 -
System Red Green Blue C M Y K H S L
Decimal 168 130 249 0.33 0.48 0 0.02 259.16 0.91 0.74
Hex A8 82 F9 21 30 0 2 103 5B 4A
Octal 250 202 371 41 60 0 2 403 133 112
Binary 10101000 10000010 11111001 100001 110000 0 10 100000011 1011011 1001010

Color Harmonies of #A882F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A882F9

Black with #A882F9

Text Example


Text Example

White with #A882F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A882F9; }

 p { color: rgb(168,130,249); }

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

background-color css

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

 a { background-color: rgb(168,130,249); }

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

border-color css

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

 span { border-color: rgb(168,130,249); }

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