Html Css Color HEX #A190BE Cold Purple

📋 copy color: '#A190BE'

red 161 ◦ green 144 ◦ blue 190

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

Shades of Cold Purple #A190BE

Tints of Cold Purple #A190BE

RGB

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

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

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

R = 32.53%
G = 29.09%
B = 38.38%

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

#A190BE (or 0xA190BE) is known color: Cold Purple. HEX triplet: A1, 90 and BE. RGB value is (161,144,190). Sum of RGB (Red+Green+Blue) = 161+144+190=495 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.53% from 495); Green value is 144 (56.64% from 255 or 29.09% from 495); Blue value is 190 (74.61% from 255 or 38.38% from 495); Max value from RGB is 190 - color contains mainly: blue. Hex color #A190BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A190BE is #5E6F41. Grayscale: #9A9A9A. Windows color (decimal): -6188866 or 12488865. OLE color: 12488865.

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

Color convert

RGB 161 144 190 -
CMYK 0.15 0.24 0 0.25
HSL 262.17º 0.26% 0.65% -
HSV(B) 262.17º 0.24% 0.75% -
XYZ 33.97 31.24 52.96 -
YUV 154.33 148.13 132.76 -
System Red Green Blue C M Y K H S L
Decimal 161 144 190 0.15 0.24 0 0.25 262.17 0.26 0.65
Hex A1 90 BE F 18 0 19 106 1A 41
Octal 241 220 276 17 30 0 31 406 32 101
Binary 10100001 10010000 10111110 1111 11000 0 11001 100000110 11010 1000001

Color Harmonies of #A190BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A190BE

Black with #A190BE

Text Example


Text Example

White with #A190BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A190BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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