Html Css Color HEX #A882EB Medium Purple

📋 copy color: '#A882EB'

red 168 ◦ green 130 ◦ blue 235

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

Shades of Medium Purple #A882EB

Tints of Medium Purple #A882EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 44.09%

R = 31.52%
G = 24.39%
B = 44.09%

CMYK

 C value IS 0.29

 M value IS 0.45

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A882EB (or 0xA882EB) is known color: Medium Purple. HEX triplet: A8, 82 and EB. RGB value is (168,130,235). Sum of RGB (Red+Green+Blue) = 168+130+235=533 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.52% from 533); Green value is 130 (51.17% from 255 or 24.39% from 533); Blue value is 235 (92.19% from 255 or 44.09% from 533); Max value from RGB is 235 - color contains mainly: blue. Hex color #A882EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A882EB is #577D14. Grayscale: #989898. Windows color (decimal): -5733653 or 15434408. OLE color: 15434408.

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

Color convert

RGB 168 130 235 -
CMYK 0.29 0.45 0 0.08
HSL 261.71º 0.72% 0.72% -
HSV(B) 261.71º 0.45% 0.92% -
XYZ 39.13 30.29 82.38 -
YUV 153.33 174.09 138.46 -
System Red Green Blue C M Y K H S L
Decimal 168 130 235 0.29 0.45 0 0.08 261.71 0.72 0.72
Hex A8 82 EB 1D 2D 0 8 106 48 48
Octal 250 202 353 35 55 0 10 406 110 110
Binary 10101000 10000010 11101011 11101 101101 0 1000 100000110 1001000 1001000

Color Harmonies of #A882EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A882EB

Black with #A882EB

Text Example


Text Example

White with #A882EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A882EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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