Html Css Color HEX #A188EB Medium Purple

📋 copy color: '#A188EB'

red 161 ◦ green 136 ◦ blue 235

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

Shades of Medium Purple #A188EB

Tints of Medium Purple #A188EB

RGB

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

 GREEN value IS 136 (53.52% from 255) = 25.56%

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

R = 30.26%
G = 25.56%
B = 44.17%

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

#A188EB (or 0xA188EB) is known color: Medium Purple. HEX triplet: A1, 88 and EB. RGB value is (161,136,235). Sum of RGB (Red+Green+Blue) = 161+136+235=532 (70% of max value = 765). Red value is 161 (63.28% from 255 or 30.26% from 532); Green value is 136 (53.52% from 255 or 25.56% from 532); Blue value is 235 (92.19% from 255 or 44.17% from 532); Max value from RGB is 235 - color contains mainly: blue. Hex color #A188EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A188EB is #5E7714. Grayscale: #9A9A9A. Windows color (decimal): -6190869 or 15435937. OLE color: 15435937.

HSL color Cylindrical-coordinate representation of color #A188EB: hue angle of 255.15º 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 #A188EB is Cyan = 0.31, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 161 136 235 -
CMYK 0.31 0.42 0 0.08
HSL 255.15º 0.71% 0.73% -
HSV(B) 255.15º 0.42% 0.92% -
XYZ 38.5 31.18 82.59 -
YUV 154.76 173.28 132.45 -
System Red Green Blue C M Y K H S L
Decimal 161 136 235 0.31 0.42 0 0.08 255.15 0.71 0.73
Hex A1 88 EB 1F 2A 0 8 FF 47 49
Octal 241 210 353 37 52 0 10 377 107 111
Binary 10100001 10001000 11101011 11111 101010 0 1000 11111111 1000111 1001001

Color Harmonies of #A188EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A188EB

Black with #A188EB

Text Example


Text Example

White with #A188EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A188EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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