Html Css Color HEX #A191BB Cold Purple

📋 copy color: '#A191BB'

red 161 ◦ green 145 ◦ blue 187

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

Shades of Cold Purple #A191BB

Tints of Cold Purple #A191BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 37.93%

R = 32.66%
G = 29.41%
B = 37.93%

CMYK

 C value IS 0.14

 M value IS 0.22

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A191BB (or 0xA191BB) is known color: Cold Purple. HEX triplet: A1, 91 and BB. RGB value is (161,145,187). Sum of RGB (Red+Green+Blue) = 161+145+187=493 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.66% from 493); Green value is 145 (57.03% from 255 or 29.41% from 493); Blue value is 187 (73.44% from 255 or 37.93% from 493); Max value from RGB is 187 - color contains mainly: blue. Hex color #A191BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A191BB is #5E6E44. Grayscale: #9A9A9A. Windows color (decimal): -6188613 or 12292513. OLE color: 12292513.

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

Color convert

RGB 161 145 187 -
CMYK 0.14 0.22 0 0.27
HSL 262.86º 0.24% 0.65% -
HSV(B) 262.86º 0.22% 0.73% -
XYZ 33.79 31.42 51.3 -
YUV 154.57 146.3 132.58 -
System Red Green Blue C M Y K H S L
Decimal 161 145 187 0.14 0.22 0 0.27 262.86 0.24 0.65
Hex A1 91 BB E 16 0 1B 107 18 41
Octal 241 221 273 16 26 0 33 407 30 101
Binary 10100001 10010001 10111011 1110 10110 0 11011 100000111 11000 1000001

Color Harmonies of #A191BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A191BB

Black with #A191BB

Text Example


Text Example

White with #A191BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A191BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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