Html Css Color HEX #A188EA Medium Purple

📋 copy color: '#A188EA'

red 161 ◦ green 136 ◦ blue 234

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

Shades of Medium Purple #A188EA

Tints of Medium Purple #A188EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 44.07%

R = 30.32%
G = 25.61%
B = 44.07%

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

#A188EA (or 0xA188EA) is known color: Medium Purple. HEX triplet: A1, 88 and EA. RGB value is (161,136,234). Sum of RGB (Red+Green+Blue) = 161+136+234=531 (70% of max value = 765). Red value is 161 (63.28% from 255 or 30.32% from 531); Green value is 136 (53.52% from 255 or 25.61% from 531); Blue value is 234 (91.80% from 255 or 44.07% from 531); Max value from RGB is 234 - color contains mainly: blue. Hex color #A188EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A188EA is #5E7715. Grayscale: #9A9A9A. Windows color (decimal): -6190870 or 15370401. OLE color: 15370401.

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

Color convert

RGB 161 136 234 -
CMYK 0.31 0.42 0 0.08
HSL 255.31º 0.7% 0.73% -
HSV(B) 255.31º 0.42% 0.92% -
XYZ 38.35 31.13 81.83 -
YUV 154.65 172.78 132.53 -
System Red Green Blue C M Y K H S L
Decimal 161 136 234 0.31 0.42 0 0.08 255.31 0.7 0.73
Hex A1 88 EA 1F 2A 0 8 FF 46 49
Octal 241 210 352 37 52 0 10 377 106 111
Binary 10100001 10001000 11101010 11111 101010 0 1000 11111111 1000110 1001001

Color Harmonies of #A188EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A188EA

Black with #A188EA

Text Example


Text Example

White with #A188EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A188EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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