Html Css Color HEX #A191BD Cold Purple

📋 copy color: '#A191BD'

red 161 ◦ green 145 ◦ blue 189

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

Shades of Cold Purple #A191BD

Tints of Cold Purple #A191BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 38.18%

R = 32.53%
G = 29.29%
B = 38.18%

CMYK

 C value IS 0.15

 M value IS 0.23

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A191BD (or 0xA191BD) is known color: Cold Purple. HEX triplet: A1, 91 and BD. RGB value is (161,145,189). Sum of RGB (Red+Green+Blue) = 161+145+189=495 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.53% from 495); Green value is 145 (57.03% from 255 or 29.29% from 495); Blue value is 189 (74.22% from 255 or 38.18% from 495); Max value from RGB is 189 - color contains mainly: blue. Hex color #A191BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A191BD is #5E6E42. Grayscale: #9A9A9A. Windows color (decimal): -6188611 or 12423585. OLE color: 12423585.

HSL color Cylindrical-coordinate representation of color #A191BD: hue angle of 261.82º degrees, saturation: 0.25, 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 #A191BD is Cyan = 0.15, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 161 145 189 -
CMYK 0.15 0.23 0 0.26
HSL 261.82º 0.25% 0.65% -
HSV(B) 261.82º 0.23% 0.74% -
XYZ 34.01 31.5 52.43 -
YUV 154.8 147.3 132.42 -
System Red Green Blue C M Y K H S L
Decimal 161 145 189 0.15 0.23 0 0.26 261.82 0.25 0.65
Hex A1 91 BD F 17 0 1A 106 19 41
Octal 241 221 275 17 27 0 32 406 31 101
Binary 10100001 10010001 10111101 1111 10111 0 11010 100000110 11001 1000001

Color Harmonies of #A191BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A191BD

Black with #A191BD

Text Example


Text Example

White with #A191BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A191BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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