Html Css Color HEX #A14490 Violet Blue

📋 copy color: '#A14490'

red 161 ◦ green 68 ◦ blue 144

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

Shades of Violet Blue #A14490

Tints of Violet Blue #A14490

RGB

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

 GREEN value IS 68 (26.95% from 255) = 18.23%

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

R = 43.16%
G = 18.23%
B = 38.61%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.11

 K value IS 0.37

RGB Variations

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

Color information

#A14490 (or 0xA14490) is known color: Violet Blue. HEX triplet: A1, 44 and 90. RGB value is (161,68,144). Sum of RGB (Red+Green+Blue) = 161+68+144=373 (49% of max value = 765). Red value is 161 (63.28% from 255 or 43.16% from 373); Green value is 68 (26.95% from 255 or 18.23% from 373); Blue value is 144 (56.64% from 255 or 38.61% from 373); Max value from RGB is 161 - color contains mainly: red. Hex color #A14490 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A14490 is #5EBB6F. Grayscale: #686868. Windows color (decimal): -6208368 or 9454753. OLE color: 9454753.

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

Color convert

RGB 161 68 144 -
CMYK 0 0.58 0.11 0.37
HSL 310.97º 0.41% 0.45% -
HSV(B) 310.97º 0.58% 0.63% -
XYZ 21.8 13.72 27.89 -
YUV 104.47 150.31 168.32 -
System Red Green Blue C M Y K H S L
Decimal 161 68 144 0 0.58 0.11 0.37 310.97 0.41 0.45
Hex A1 44 90 0 3A B 25 137 29 2D
Octal 241 104 220 0 72 13 45 467 51 55
Binary 10100001 1000100 10010000 0 111010 1011 100101 100110111 101001 101101

Color Harmonies of #A14490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A14490

Black with #A14490

Text Example


Text Example

White with #A14490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A14490; }

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

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

background-color css

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

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

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

border-color css

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

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

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