Html Css Color HEX #A882F2 Medium Purple

📋 copy color: '#A882F2'

red 168 ◦ green 130 ◦ blue 242

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

Shades of Medium Purple #A882F2

Tints of Medium Purple #A882F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 44.81%

R = 31.11%
G = 24.07%
B = 44.81%

CMYK

 C value IS 0.31

 M value IS 0.46

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#A882F2 (or 0xA882F2) is known color: Medium Purple. HEX triplet: A8, 82 and F2. RGB value is (168,130,242). Sum of RGB (Red+Green+Blue) = 168+130+242=540 (71% of max value = 765). Red value is 168 (66.02% from 255 or 31.11% from 540); Green value is 130 (51.17% from 255 or 24.07% from 540); Blue value is 242 (94.92% from 255 or 44.81% from 540); Max value from RGB is 242 - color contains mainly: blue. Hex color #A882F2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A882F2 is #577D0D. Grayscale: #999999. Windows color (decimal): -5733646 or 15893160. OLE color: 15893160.

HSL color Cylindrical-coordinate representation of color #A882F2: hue angle of 260.36º degrees, saturation: 0.81, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A882F2 is Cyan = 0.31, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 168 130 242 -
CMYK 0.31 0.46 0 0.05
HSL 260.36º 0.81% 0.73% -
HSV(B) 260.36º 0.46% 0.95% -
XYZ 40.16 30.7 87.81 -
YUV 154.13 177.59 137.89 -
System Red Green Blue C M Y K H S L
Decimal 168 130 242 0.31 0.46 0 0.05 260.36 0.81 0.73
Hex A8 82 F2 1F 2E 0 5 104 51 49
Octal 250 202 362 37 56 0 5 404 121 111
Binary 10101000 10000010 11110010 11111 101110 0 101 100000100 1010001 1001001

Color Harmonies of #A882F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A882F2

Black with #A882F2

Text Example


Text Example

White with #A882F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A882F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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