Html Css Color HEX #A188EC Medium Purple

📋 copy color: '#A188EC'

red 161 ◦ green 136 ◦ blue 236

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

Shades of Medium Purple #A188EC

Tints of Medium Purple #A188EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 44.28%

R = 30.21%
G = 25.52%
B = 44.28%

CMYK

 C value IS 0.32

 M value IS 0.42

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A188EC (or 0xA188EC) is known color: Medium Purple. HEX triplet: A1, 88 and EC. RGB value is (161,136,236). Sum of RGB (Red+Green+Blue) = 161+136+236=533 (70% of max value = 765). Red value is 161 (63.28% from 255 or 30.21% from 533); Green value is 136 (53.52% from 255 or 25.52% from 533); Blue value is 236 (92.58% from 255 or 44.28% from 533); Max value from RGB is 236 - color contains mainly: blue. Hex color #A188EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A188EC is #5E7713. Grayscale: #9A9A9A. Windows color (decimal): -6190868 or 15501473. OLE color: 15501473.

HSL color Cylindrical-coordinate representation of color #A188EC: hue angle of 255º degrees, saturation: 0.72, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A188EC is Cyan = 0.32, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 161 136 236 -
CMYK 0.32 0.42 0 0.07
HSL 255º 0.72% 0.73% -
HSV(B) 255º 0.42% 0.93% -
XYZ 38.64 31.24 83.35 -
YUV 154.88 173.78 132.37 -
System Red Green Blue C M Y K H S L
Decimal 161 136 236 0.32 0.42 0 0.07 255 0.72 0.73
Hex A1 88 EC 20 2A 0 7 FF 48 49
Octal 241 210 354 40 52 0 7 377 110 111
Binary 10100001 10001000 11101100 100000 101010 0 111 11111111 1001000 1001001

Color Harmonies of #A188EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A188EC

Black with #A188EC

Text Example


Text Example

White with #A188EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A188EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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