Html Css Color HEX #A14291 Violet Blue

📋 copy color: '#A14291'

red 161 ◦ green 66 ◦ blue 145

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

Shades of Violet Blue #A14291

Tints of Violet Blue #A14291

RGB

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

 GREEN value IS 66 (26.17% from 255) = 17.74%

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

R = 43.28%
G = 17.74%
B = 38.98%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.10

 K value IS 0.37

RGB Variations

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

Color information

#A14291 (or 0xA14291) is known color: Violet Blue. HEX triplet: A1, 42 and 91. RGB value is (161,66,145). Sum of RGB (Red+Green+Blue) = 161+66+145=372 (49% of max value = 765). Red value is 161 (63.28% from 255 or 43.28% from 372); Green value is 66 (26.17% from 255 or 17.74% from 372); Blue value is 145 (57.03% from 255 or 38.98% from 372); Max value from RGB is 161 - color contains mainly: red. Hex color #A14291 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A14291 is #5EBD6E. Grayscale: #676767. Windows color (decimal): -6208879 or 9519777. OLE color: 9519777.

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

Color convert

RGB 161 66 145 -
CMYK 0 0.59 0.10 0.37
HSL 310.11º 0.42% 0.45% -
HSV(B) 310.11º 0.59% 0.63% -
XYZ 21.76 13.52 28.25 -
YUV 103.41 151.47 169.08 -
System Red Green Blue C M Y K H S L
Decimal 161 66 145 0 0.59 0.10 0.37 310.11 0.42 0.45
Hex A1 42 91 0 3B A 25 136 2A 2D
Octal 241 102 221 0 73 12 45 466 52 55
Binary 10100001 1000010 10010001 0 111011 1010 100101 100110110 101010 101101

Color Harmonies of #A14291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A14291

Black with #A14291

Text Example


Text Example

White with #A14291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A14291; }

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

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

background-color css

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

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

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

border-color css

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

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

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