Html Css Color HEX #A882E7 Medium Purple

📋 copy color: '#A882E7'

red 168 ◦ green 130 ◦ blue 231

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

Shades of Medium Purple #A882E7

Tints of Medium Purple #A882E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 43.67%

R = 31.76%
G = 24.57%
B = 43.67%

CMYK

 C value IS 0.27

 M value IS 0.44

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#A882E7 (or 0xA882E7) is known color: Medium Purple. HEX triplet: A8, 82 and E7. RGB value is (168,130,231). Sum of RGB (Red+Green+Blue) = 168+130+231=529 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.76% from 529); Green value is 130 (51.17% from 255 or 24.57% from 529); Blue value is 231 (90.62% from 255 or 43.67% from 529); Max value from RGB is 231 - color contains mainly: blue. Hex color #A882E7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A882E7 is #577D18. Grayscale: #989898. Windows color (decimal): -5733657 or 15172264. OLE color: 15172264.

HSL color Cylindrical-coordinate representation of color #A882E7: hue angle of 262.57º degrees, saturation: 0.68, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A882E7 is Cyan = 0.27, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 168 130 231 -
CMYK 0.27 0.44 0 0.09
HSL 262.57º 0.68% 0.71% -
HSV(B) 262.57º 0.44% 0.91% -
XYZ 38.55 30.06 79.37 -
YUV 152.88 172.09 138.79 -
System Red Green Blue C M Y K H S L
Decimal 168 130 231 0.27 0.44 0 0.09 262.57 0.68 0.71
Hex A8 82 E7 1B 2C 0 9 107 44 47
Octal 250 202 347 33 54 0 11 407 104 107
Binary 10101000 10000010 11100111 11011 101100 0 1001 100000111 1000100 1000111

Color Harmonies of #A882E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A882E7

Black with #A882E7

Text Example


Text Example

White with #A882E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A882E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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