Html Css Color HEX #A14895 Violet Blue

📋 copy color: '#A14895'

red 161 ◦ green 72 ◦ blue 149

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

Shades of Violet Blue #A14895

Tints of Violet Blue #A14895

RGB

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

 GREEN value IS 72 (28.52% from 255) = 18.85%

 BLUE value IS 149 (58.59% from 255) = 39.01%

R = 42.15%
G = 18.85%
B = 39.01%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.07

 K value IS 0.37

RGB Variations

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

Color information

#A14895 (or 0xA14895) is known color: Violet Blue. HEX triplet: A1, 48 and 95. RGB value is (161,72,149). Sum of RGB (Red+Green+Blue) = 161+72+149=382 (50% of max value = 765). Red value is 161 (63.28% from 255 or 42.15% from 382); Green value is 72 (28.52% from 255 or 18.85% from 382); Blue value is 149 (58.59% from 255 or 39.01% from 382); Max value from RGB is 161 - color contains mainly: red. Hex color #A14895 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A14895 is #5EB76A. Grayscale: #6B6B6B. Windows color (decimal): -6207339 or 9783457. OLE color: 9783457.

HSL color Cylindrical-coordinate representation of color #A14895: hue angle of 308.09º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A14895 is Cyan = 0, Magento = 0.55, Yellow = 0.07 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 72 149 -
CMYK 0 0.55 0.07 0.37
HSL 308.09º 0.38% 0.46% -
HSV(B) 308.09º 0.55% 0.63% -
XYZ 22.44 14.38 30.03 -
YUV 107.39 151.49 166.24 -
System Red Green Blue C M Y K H S L
Decimal 161 72 149 0 0.55 0.07 0.37 308.09 0.38 0.46
Hex A1 48 95 0 37 7 25 134 26 2E
Octal 241 110 225 0 67 7 45 464 46 56
Binary 10100001 1001000 10010101 0 110111 111 100101 100110100 100110 101110

Color Harmonies of #A14895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A14895

Black with #A14895

Text Example


Text Example

White with #A14895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A14895; }

 p { color: rgb(161,72,149); }

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

background-color css

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

 a { background-color: rgb(161,72,149); }

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

border-color css

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

 span { border-color: rgb(161,72,149); }

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