Html Css Color HEX #A14591 Violet Blue

📋 copy color: '#A14591'

red 161 ◦ green 69 ◦ blue 145

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

Shades of Violet Blue #A14591

Tints of Violet Blue #A14591

RGB

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

 GREEN value IS 69 (27.34% from 255) = 18.4%

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

R = 42.93%
G = 18.4%
B = 38.67%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.10

 K value IS 0.37

RGB Variations

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

Color information

#A14591 (or 0xA14591) is known color: Violet Blue. HEX triplet: A1, 45 and 91. RGB value is (161,69,145). Sum of RGB (Red+Green+Blue) = 161+69+145=375 (49% of max value = 765). Red value is 161 (63.28% from 255 or 42.93% from 375); Green value is 69 (27.34% from 255 or 18.4% from 375); Blue value is 145 (57.03% from 255 or 38.67% from 375); Max value from RGB is 161 - color contains mainly: red. Hex color #A14591 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A14591 is #5EBA6E. Grayscale: #686868. Windows color (decimal): -6208111 or 9520545. OLE color: 9520545.

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

Color convert

RGB 161 69 145 -
CMYK 0 0.57 0.10 0.37
HSL 310.43º 0.4% 0.45% -
HSV(B) 310.43º 0.57% 0.63% -
XYZ 21.94 13.88 28.31 -
YUV 105.17 150.48 167.82 -
System Red Green Blue C M Y K H S L
Decimal 161 69 145 0 0.57 0.10 0.37 310.43 0.4 0.45
Hex A1 45 91 0 39 A 25 136 28 2D
Octal 241 105 221 0 71 12 45 466 50 55
Binary 10100001 1000101 10010001 0 111001 1010 100101 100110110 101000 101101

Color Harmonies of #A14591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A14591

Black with #A14591

Text Example


Text Example

White with #A14591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A14591; }

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

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

background-color css

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

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

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

border-color css

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

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

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