Html Css Color HEX #A14990 Violet Blue

📋 copy color: '#A14990'

red 161 ◦ green 73 ◦ blue 144

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

Shades of Violet Blue #A14990

Tints of Violet Blue #A14990

RGB

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

 GREEN value IS 73 (28.91% from 255) = 19.31%

 BLUE value IS 144 (56.64% from 255) = 38.1%

R = 42.59%
G = 19.31%
B = 38.1%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.11

 K value IS 0.37

RGB Variations

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

Color information

#A14990 (or 0xA14990) is known color: Violet Blue. HEX triplet: A1, 49 and 90. RGB value is (161,73,144). Sum of RGB (Red+Green+Blue) = 161+73+144=378 (50% of max value = 765). Red value is 161 (63.28% from 255 or 42.59% from 378); Green value is 73 (28.91% from 255 or 19.31% from 378); Blue value is 144 (56.64% from 255 or 38.10% from 378); Max value from RGB is 161 - color contains mainly: red. Hex color #A14990 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A14990 is #5EB66F. Grayscale: #6B6B6B. Windows color (decimal): -6207088 or 9456033. OLE color: 9456033.

HSL color Cylindrical-coordinate representation of color #A14990: hue angle of 311.59º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A14990 is Cyan = 0, Magento = 0.55, Yellow = 0.11 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 73 144 -
CMYK 0 0.55 0.11 0.37
HSL 311.59º 0.38% 0.46% -
HSV(B) 311.59º 0.55% 0.63% -
XYZ 22.11 14.36 27.99 -
YUV 107.41 148.65 166.23 -
System Red Green Blue C M Y K H S L
Decimal 161 73 144 0 0.55 0.11 0.37 311.59 0.38 0.46
Hex A1 49 90 0 37 B 25 138 26 2E
Octal 241 111 220 0 67 13 45 470 46 56
Binary 10100001 1001001 10010000 0 110111 1011 100101 100111000 100110 101110

Color Harmonies of #A14990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A14990

Black with #A14990

Text Example


Text Example

White with #A14990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A14990; }

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

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

background-color css

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

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

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

border-color css

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

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

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