Html Css Color HEX #A191BE Cold Purple

📋 copy color: '#A191BE'

red 161 ◦ green 145 ◦ blue 190

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

Shades of Cold Purple #A191BE

Tints of Cold Purple #A191BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 38.31%

R = 32.46%
G = 29.23%
B = 38.31%

CMYK

 C value IS 0.15

 M value IS 0.24

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A191BE (or 0xA191BE) is known color: Cold Purple. HEX triplet: A1, 91 and BE. RGB value is (161,145,190). Sum of RGB (Red+Green+Blue) = 161+145+190=496 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.46% from 496); Green value is 145 (57.03% from 255 or 29.23% from 496); Blue value is 190 (74.61% from 255 or 38.31% from 496); Max value from RGB is 190 - color contains mainly: blue. Hex color #A191BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A191BE is #5E6E41. Grayscale: #9A9A9A. Windows color (decimal): -6188610 or 12489121. OLE color: 12489121.

HSL color Cylindrical-coordinate representation of color #A191BE: hue angle of 261.33º degrees, saturation: 0.26, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A191BE is Cyan = 0.15, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 161 145 190 -
CMYK 0.15 0.24 0 0.25
HSL 261.33º 0.26% 0.66% -
HSV(B) 261.33º 0.24% 0.75% -
XYZ 34.12 31.55 53.01 -
YUV 154.91 147.8 132.34 -
System Red Green Blue C M Y K H S L
Decimal 161 145 190 0.15 0.24 0 0.25 261.33 0.26 0.66
Hex A1 91 BE F 18 0 19 105 1A 42
Octal 241 221 276 17 30 0 31 405 32 102
Binary 10100001 10010001 10111110 1111 11000 0 11001 100000101 11010 1000010

Color Harmonies of #A191BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A191BE

Black with #A191BE

Text Example


Text Example

White with #A191BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A191BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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