Html Css Color HEX #A188F2 Medium Purple

📋 copy color: '#A188F2'

red 161 ◦ green 136 ◦ blue 242

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

Shades of Medium Purple #A188F2

Tints of Medium Purple #A188F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 44.9%

R = 29.87%
G = 25.23%
B = 44.9%

CMYK

 C value IS 0.33

 M value IS 0.44

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#A188F2 (or 0xA188F2) is known color: Medium Purple. HEX triplet: A1, 88 and F2. RGB value is (161,136,242). Sum of RGB (Red+Green+Blue) = 161+136+242=539 (71% of max value = 765). Red value is 161 (63.28% from 255 or 29.87% from 539); Green value is 136 (53.52% from 255 or 25.23% from 539); Blue value is 242 (94.92% from 255 or 44.90% from 539); Max value from RGB is 242 - color contains mainly: blue. Hex color #A188F2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A188F2 is #5E770D. Grayscale: #9B9B9B. Windows color (decimal): -6190862 or 15894689. OLE color: 15894689.

HSL color Cylindrical-coordinate representation of color #A188F2: hue angle of 254.15º degrees, saturation: 0.8, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A188F2 is Cyan = 0.33, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 161 136 242 -
CMYK 0.33 0.44 0 0.05
HSL 254.15º 0.8% 0.74% -
HSV(B) 254.15º 0.44% 0.95% -
XYZ 39.53 31.6 88.02 -
YUV 155.56 176.78 131.88 -
System Red Green Blue C M Y K H S L
Decimal 161 136 242 0.33 0.44 0 0.05 254.15 0.8 0.74
Hex A1 88 F2 21 2C 0 5 FE 50 4A
Octal 241 210 362 41 54 0 5 376 120 112
Binary 10100001 10001000 11110010 100001 101100 0 101 11111110 1010000 1001010

Color Harmonies of #A188F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A188F2

Black with #A188F2

Text Example


Text Example

White with #A188F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A188F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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