Html Css Color HEX #A189EB Medium Purple

📋 copy color: '#A189EB'

red 161 ◦ green 137 ◦ blue 235

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

Shades of Medium Purple #A189EB

Tints of Medium Purple #A189EB

RGB

 RED value IS 161 (63.28% from 255) = 30.21%

 GREEN value IS 137 (53.91% from 255) = 25.7%

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

R = 30.21%
G = 25.7%
B = 44.09%

CMYK

 C value IS 0.31

 M value IS 0.42

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A189EB (or 0xA189EB) is known color: Medium Purple. HEX triplet: A1, 89 and EB. RGB value is (161,137,235). Sum of RGB (Red+Green+Blue) = 161+137+235=533 (70% of max value = 765). Red value is 161 (63.28% from 255 or 30.21% from 533); Green value is 137 (53.91% from 255 or 25.70% 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 #A189EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A189EB is #5E7614. Grayscale: #9A9A9A. Windows color (decimal): -6190613 or 15436193. OLE color: 15436193.

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

Color convert

RGB 161 137 235 -
CMYK 0.31 0.42 0 0.08
HSL 254.69º 0.71% 0.73% -
HSV(B) 254.69º 0.42% 0.92% -
XYZ 38.64 31.47 82.63 -
YUV 155.35 172.95 132.03 -
System Red Green Blue C M Y K H S L
Decimal 161 137 235 0.31 0.42 0 0.08 254.69 0.71 0.73
Hex A1 89 EB 1F 2A 0 8 FF 47 49
Octal 241 211 353 37 52 0 10 377 107 111
Binary 10100001 10001001 11101011 11111 101010 0 1000 11111111 1000111 1001001

Color Harmonies of #A189EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A189EB

Black with #A189EB

Text Example


Text Example

White with #A189EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A189EB; }

 p { color: rgb(161,137,235); }

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

background-color css

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

 a { background-color: rgb(161,137,235); }

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

border-color css

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

 span { border-color: rgb(161,137,235); }

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