Html Css Color HEX #A882EE Medium Purple

📋 copy color: '#A882EE'

red 168 ◦ green 130 ◦ blue 238

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

Shades of Medium Purple #A882EE

Tints of Medium Purple #A882EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 44.4%

R = 31.34%
G = 24.25%
B = 44.4%

CMYK

 C value IS 0.29

 M value IS 0.45

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A882EE (or 0xA882EE) is known color: Medium Purple. HEX triplet: A8, 82 and EE. RGB value is (168,130,238). Sum of RGB (Red+Green+Blue) = 168+130+238=536 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.34% from 536); Green value is 130 (51.17% from 255 or 24.25% from 536); Blue value is 238 (93.36% from 255 or 44.40% from 536); Max value from RGB is 238 - color contains mainly: blue. Hex color #A882EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A882EE is #577D11. Grayscale: #999999. Windows color (decimal): -5733650 or 15631016. OLE color: 15631016.

HSL color Cylindrical-coordinate representation of color #A882EE: hue angle of 261.11º degrees, saturation: 0.76, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A882EE is Cyan = 0.29, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 168 130 238 -
CMYK 0.29 0.45 0 0.07
HSL 261.11º 0.76% 0.72% -
HSV(B) 261.11º 0.45% 0.93% -
XYZ 39.56 30.46 84.68 -
YUV 153.67 175.59 138.22 -
System Red Green Blue C M Y K H S L
Decimal 168 130 238 0.29 0.45 0 0.07 261.11 0.76 0.72
Hex A8 82 EE 1D 2D 0 7 105 4C 48
Octal 250 202 356 35 55 0 7 405 114 110
Binary 10101000 10000010 11101110 11101 101101 0 111 100000101 1001100 1001000

Color Harmonies of #A882EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A882EE

Black with #A882EE

Text Example


Text Example

White with #A882EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A882EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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