Html Css Color HEX #A14394 Violet Blue

📋 copy color: '#A14394'

red 161 ◦ green 67 ◦ blue 148

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

Shades of Violet Blue #A14394

Tints of Violet Blue #A14394

RGB

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

 GREEN value IS 67 (26.56% from 255) = 17.82%

 BLUE value IS 148 (58.2% from 255) = 39.36%

R = 42.82%
G = 17.82%
B = 39.36%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.08

 K value IS 0.37

RGB Variations

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

Color information

#A14394 (or 0xA14394) is known color: Violet Blue. HEX triplet: A1, 43 and 94. RGB value is (161,67,148). Sum of RGB (Red+Green+Blue) = 161+67+148=376 (49% of max value = 765). Red value is 161 (63.28% from 255 or 42.82% from 376); Green value is 67 (26.56% from 255 or 17.82% from 376); Blue value is 148 (58.20% from 255 or 39.36% from 376); Max value from RGB is 161 - color contains mainly: red. Hex color #A14394 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A14394 is #5EBC6B. Grayscale: #686868. Windows color (decimal): -6208620 or 9716641. OLE color: 9716641.

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

Color convert

RGB 161 67 148 -
CMYK 0 0.58 0.08 0.37
HSL 308.3º 0.41% 0.45% -
HSV(B) 308.3º 0.58% 0.63% -
XYZ 22.05 13.73 29.5 -
YUV 104.34 152.64 168.41 -
System Red Green Blue C M Y K H S L
Decimal 161 67 148 0 0.58 0.08 0.37 308.3 0.41 0.45
Hex A1 43 94 0 3A 8 25 134 29 2D
Octal 241 103 224 0 72 10 45 464 51 55
Binary 10100001 1000011 10010100 0 111010 1000 100101 100110100 101001 101101

Color Harmonies of #A14394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A14394

Black with #A14394

Text Example


Text Example

White with #A14394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A14394; }

 p { color: rgb(161,67,148); }

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

background-color css

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

 a { background-color: rgb(161,67,148); }

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

border-color css

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

 span { border-color: rgb(161,67,148); }

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