Html Css Color HEX #A14491 Violet Blue

📋 copy color: '#A14491'

red 161 ◦ green 68 ◦ blue 145

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

Shades of Violet Blue #A14491

Tints of Violet Blue #A14491

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 38.77%

R = 43.05%
G = 18.18%
B = 38.77%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.10

 K value IS 0.37

RGB Variations

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

Color information

#A14491 (or 0xA14491) is known color: Violet Blue. HEX triplet: A1, 44 and 91. RGB value is (161,68,145). Sum of RGB (Red+Green+Blue) = 161+68+145=374 (49% of max value = 765). Red value is 161 (63.28% from 255 or 43.05% from 374); Green value is 68 (26.95% from 255 or 18.18% from 374); Blue value is 145 (57.03% from 255 or 38.77% from 374); Max value from RGB is 161 - color contains mainly: red. Hex color #A14491 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A14491 is #5EBB6E. Grayscale: #686868. Windows color (decimal): -6208367 or 9520289. OLE color: 9520289.

HSL color Cylindrical-coordinate representation of color #A14491: hue angle of 310.32º 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 #A14491 is Cyan = 0, Magento = 0.58, Yellow = 0.10 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 68 145 -
CMYK 0 0.58 0.10 0.37
HSL 310.32º 0.41% 0.45% -
HSV(B) 310.32º 0.58% 0.63% -
XYZ 21.88 13.76 28.29 -
YUV 104.59 150.81 168.24 -
System Red Green Blue C M Y K H S L
Decimal 161 68 145 0 0.58 0.10 0.37 310.32 0.41 0.45
Hex A1 44 91 0 3A A 25 136 29 2D
Octal 241 104 221 0 72 12 45 466 51 55
Binary 10100001 1000100 10010001 0 111010 1010 100101 100110110 101001 101101

Color Harmonies of #A14491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A14491

Black with #A14491

Text Example


Text Example

White with #A14491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A14491; }

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

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

background-color css

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

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

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

border-color css

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

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

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