Html Css Color HEX #A882EA Medium Purple

📋 copy color: '#A882EA'

red 168 ◦ green 130 ◦ blue 234

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

Shades of Medium Purple #A882EA

Tints of Medium Purple #A882EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 43.98%

R = 31.58%
G = 24.44%
B = 43.98%

CMYK

 C value IS 0.28

 M value IS 0.44

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A882EA (or 0xA882EA) is known color: Medium Purple. HEX triplet: A8, 82 and EA. RGB value is (168,130,234). Sum of RGB (Red+Green+Blue) = 168+130+234=532 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.58% from 532); Green value is 130 (51.17% from 255 or 24.44% from 532); Blue value is 234 (91.80% from 255 or 43.98% from 532); Max value from RGB is 234 - color contains mainly: blue. Hex color #A882EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A882EA is #577D15. Grayscale: #989898. Windows color (decimal): -5733654 or 15368872. OLE color: 15368872.

HSL color Cylindrical-coordinate representation of color #A882EA: hue angle of 261.92º degrees, saturation: 0.71, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A882EA is Cyan = 0.28, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 168 130 234 -
CMYK 0.28 0.44 0 0.08
HSL 261.92º 0.71% 0.71% -
HSV(B) 261.92º 0.44% 0.92% -
XYZ 38.98 30.23 81.62 -
YUV 153.22 173.59 138.54 -
System Red Green Blue C M Y K H S L
Decimal 168 130 234 0.28 0.44 0 0.08 261.92 0.71 0.71
Hex A8 82 EA 1C 2C 0 8 106 47 47
Octal 250 202 352 34 54 0 10 406 107 107
Binary 10101000 10000010 11101010 11100 101100 0 1000 100000110 1000111 1000111

Color Harmonies of #A882EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A882EA

Black with #A882EA

Text Example


Text Example

White with #A882EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A882EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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