Html Css Color HEX #A882F0 Medium Purple

📋 copy color: '#A882F0'

red 168 ◦ green 130 ◦ blue 240

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

Shades of Medium Purple #A882F0

Tints of Medium Purple #A882F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 44.61%

R = 31.23%
G = 24.16%
B = 44.61%

CMYK

 C value IS 0.3

 M value IS 0.46

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#A882F0 (or 0xA882F0) is known color: Medium Purple. HEX triplet: A8, 82 and F0. RGB value is (168,130,240). Sum of RGB (Red+Green+Blue) = 168+130+240=538 (71% of max value = 765). Red value is 168 (66.02% from 255 or 31.23% from 538); Green value is 130 (51.17% from 255 or 24.16% from 538); Blue value is 240 (94.14% from 255 or 44.61% from 538); Max value from RGB is 240 - color contains mainly: blue. Hex color #A882F0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A882F0 is #577D0F. Grayscale: #999999. Windows color (decimal): -5733648 or 15762088. OLE color: 15762088.

HSL color Cylindrical-coordinate representation of color #A882F0: hue angle of 260.73º degrees, saturation: 0.79, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A882F0 is Cyan = 0.3, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 168 130 240 -
CMYK 0.3 0.46 0 0.06
HSL 260.73º 0.79% 0.73% -
HSV(B) 260.73º 0.46% 0.94% -
XYZ 39.86 30.58 86.24 -
YUV 153.9 176.59 138.06 -
System Red Green Blue C M Y K H S L
Decimal 168 130 240 0.3 0.46 0 0.06 260.73 0.79 0.73
Hex A8 82 F0 1E 2E 0 6 105 4F 49
Octal 250 202 360 36 56 0 6 405 117 111
Binary 10101000 10000010 11110000 11110 101110 0 110 100000101 1001111 1001001

Color Harmonies of #A882F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A882F0

Black with #A882F0

Text Example


Text Example

White with #A882F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A882F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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