Html Css Color HEX #A14E9B Violet Blue

📋 copy color: '#A14E9B'

red 161 ◦ green 78 ◦ blue 155

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

Shades of Violet Blue #A14E9B

Tints of Violet Blue #A14E9B

RGB

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

 GREEN value IS 78 (30.86% from 255) = 19.8%

 BLUE value IS 155 (60.94% from 255) = 39.34%

R = 40.86%
G = 19.8%
B = 39.34%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.04

 K value IS 0.37

RGB Variations

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

Color information

#A14E9B (or 0xA14E9B) is known color: Violet Blue. HEX triplet: A1, 4E and 9B. RGB value is (161,78,155). Sum of RGB (Red+Green+Blue) = 161+78+155=394 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.86% from 394); Green value is 78 (30.86% from 255 or 19.80% from 394); Blue value is 155 (60.94% from 255 or 39.34% from 394); Max value from RGB is 161 - color contains mainly: red. Hex color #A14E9B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A14E9B is #5EB164. Grayscale: #6F6F6F. Windows color (decimal): -6205797 or 10178209. OLE color: 10178209.

HSL color Cylindrical-coordinate representation of color #A14E9B: hue angle of 304.34º degrees, saturation: 0.35, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A14E9B is Cyan = 0, Magento = 0.52, Yellow = 0.04 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 78 155 -
CMYK 0 0.52 0.04 0.37
HSL 304.34º 0.35% 0.47% -
HSV(B) 304.34º 0.52% 0.63% -
XYZ 23.34 15.39 32.75 -
YUV 111.6 152.5 163.24 -
System Red Green Blue C M Y K H S L
Decimal 161 78 155 0 0.52 0.04 0.37 304.34 0.35 0.47
Hex A1 4E 9B 0 34 4 25 130 23 2F
Octal 241 116 233 0 64 4 45 460 43 57
Binary 10100001 1001110 10011011 0 110100 100 100101 100110000 100011 101111

Color Harmonies of #A14E9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A14E9B

Black with #A14E9B

Text Example


Text Example

White with #A14E9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A14E9B; }

 p { color: rgb(161,78,155); }

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

background-color css

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

 a { background-color: rgb(161,78,155); }

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

border-color css

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

 span { border-color: rgb(161,78,155); }

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