Html Css Color HEX #A190B3 Cold Purple

📋 copy color: '#A190B3'

red 161 ◦ green 144 ◦ blue 179

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

Shades of Cold Purple #A190B3

Tints of Cold Purple #A190B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 36.98%

R = 33.26%
G = 29.75%
B = 36.98%

CMYK

 C value IS 0.10

 M value IS 0.20

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#A190B3 (or 0xA190B3) is known color: Cold Purple. HEX triplet: A1, 90 and B3. RGB value is (161,144,179). Sum of RGB (Red+Green+Blue) = 161+144+179=484 (64% of max value = 765). Red value is 161 (63.28% from 255 or 33.26% from 484); Green value is 144 (56.64% from 255 or 29.75% from 484); Blue value is 179 (70.31% from 255 or 36.98% from 484); Max value from RGB is 179 - color contains mainly: blue. Hex color #A190B3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A190B3 is #5E6F4C. Grayscale: #989898. Windows color (decimal): -6188877 or 11767969. OLE color: 11767969.

HSL color Cylindrical-coordinate representation of color #A190B3: hue angle of 269.14º degrees, saturation: 0.19, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A190B3 is Cyan = 0.10, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 161 144 179 -
CMYK 0.10 0.20 0 0.30
HSL 269.14º 0.19% 0.63% -
HSV(B) 269.14º 0.2% 0.7% -
XYZ 32.81 30.78 46.86 -
YUV 153.07 142.63 133.65 -
System Red Green Blue C M Y K H S L
Decimal 161 144 179 0.10 0.20 0 0.30 269.14 0.19 0.63
Hex A1 90 B3 A 14 0 1E 10D 13 3F
Octal 241 220 263 12 24 0 36 415 23 77
Binary 10100001 10010000 10110011 1010 10100 0 11110 100001101 10011 111111

Color Harmonies of #A190B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A190B3

Black with #A190B3

Text Example


Text Example

White with #A190B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A190B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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