Html Css Color HEX #A190BA Cold Purple

📋 copy color: '#A190BA'

red 161 ◦ green 144 ◦ blue 186

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

Shades of Cold Purple #A190BA

Tints of Cold Purple #A190BA

RGB

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

 GREEN value IS 144 (56.64% from 255) = 29.33%

 BLUE value IS 186 (73.05% from 255) = 37.88%

R = 32.79%
G = 29.33%
B = 37.88%

CMYK

 C value IS 0.13

 M value IS 0.23

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A190BA (or 0xA190BA) is known color: Cold Purple. HEX triplet: A1, 90 and BA. RGB value is (161,144,186). Sum of RGB (Red+Green+Blue) = 161+144+186=491 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.79% from 491); Green value is 144 (56.64% from 255 or 29.33% from 491); Blue value is 186 (73.05% from 255 or 37.88% from 491); Max value from RGB is 186 - color contains mainly: blue. Hex color #A190BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A190BA is #5E6F45. Grayscale: #999999. Windows color (decimal): -6188870 or 12226721. OLE color: 12226721.

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

Color convert

RGB 161 144 186 -
CMYK 0.13 0.23 0 0.27
HSL 264.29º 0.23% 0.65% -
HSV(B) 264.29º 0.23% 0.73% -
XYZ 33.53 31.07 50.68 -
YUV 153.87 146.13 133.08 -
System Red Green Blue C M Y K H S L
Decimal 161 144 186 0.13 0.23 0 0.27 264.29 0.23 0.65
Hex A1 90 BA D 17 0 1B 108 17 41
Octal 241 220 272 15 27 0 33 410 27 101
Binary 10100001 10010000 10111010 1101 10111 0 11011 100001000 10111 1000001

Color Harmonies of #A190BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A190BA

Black with #A190BA

Text Example


Text Example

White with #A190BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A190BA; }

 p { color: rgb(161,144,186); }

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

background-color css

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

 a { background-color: rgb(161,144,186); }

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

border-color css

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

 span { border-color: rgb(161,144,186); }

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