Html Css Color HEX #A191BC Cold Purple

📋 copy color: '#A191BC'

red 161 ◦ green 145 ◦ blue 188

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

Shades of Cold Purple #A191BC

Tints of Cold Purple #A191BC

RGB

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

 GREEN value IS 145 (57.03% from 255) = 29.35%

 BLUE value IS 188 (73.83% from 255) = 38.06%

R = 32.59%
G = 29.35%
B = 38.06%

CMYK

 C value IS 0.14

 M value IS 0.23

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A191BC (or 0xA191BC) is known color: Cold Purple. HEX triplet: A1, 91 and BC. RGB value is (161,145,188). Sum of RGB (Red+Green+Blue) = 161+145+188=494 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.59% from 494); Green value is 145 (57.03% from 255 or 29.35% from 494); Blue value is 188 (73.83% from 255 or 38.06% from 494); Max value from RGB is 188 - color contains mainly: blue. Hex color #A191BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A191BC is #5E6E43. Grayscale: #9A9A9A. Windows color (decimal): -6188612 or 12358049. OLE color: 12358049.

HSL color Cylindrical-coordinate representation of color #A191BC: hue angle of 262.33º degrees, saturation: 0.24, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A191BC is Cyan = 0.14, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 161 145 188 -
CMYK 0.14 0.23 0 0.26
HSL 262.33º 0.24% 0.65% -
HSV(B) 262.33º 0.23% 0.74% -
XYZ 33.9 31.46 51.86 -
YUV 154.69 146.8 132.5 -
System Red Green Blue C M Y K H S L
Decimal 161 145 188 0.14 0.23 0 0.26 262.33 0.24 0.65
Hex A1 91 BC E 17 0 1A 106 18 41
Octal 241 221 274 16 27 0 32 406 30 101
Binary 10100001 10010001 10111100 1110 10111 0 11010 100000110 11000 1000001

Color Harmonies of #A191BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A191BC

Black with #A191BC

Text Example


Text Example

White with #A191BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A191BC; }

 p { color: rgb(161,145,188); }

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

background-color css

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

 a { background-color: rgb(161,145,188); }

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

border-color css

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

 span { border-color: rgb(161,145,188); }

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