Html Css Color HEX #A14D8A Violet Blue

📋 copy color: '#A14D8A'

red 161 ◦ green 77 ◦ blue 138

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

Shades of Violet Blue #A14D8A

Tints of Violet Blue #A14D8A

RGB

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

 GREEN value IS 77 (30.47% from 255) = 20.48%

 BLUE value IS 138 (54.3% from 255) = 36.7%

R = 42.82%
G = 20.48%
B = 36.7%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.14

 K value IS 0.37

RGB Variations

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

Color information

#A14D8A (or 0xA14D8A) is known color: Violet Blue. HEX triplet: A1, 4D and 8A. RGB value is (161,77,138). Sum of RGB (Red+Green+Blue) = 161+77+138=376 (49% of max value = 765). Red value is 161 (63.28% from 255 or 42.82% from 376); Green value is 77 (30.47% from 255 or 20.48% from 376); Blue value is 138 (54.30% from 255 or 36.70% from 376); Max value from RGB is 161 - color contains mainly: red. Hex color #A14D8A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A14D8A is #5EB275. Grayscale: #6C6C6C. Windows color (decimal): -6206070 or 9063841. OLE color: 9063841.

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

Color convert

RGB 161 77 138 -
CMYK 0 0.52 0.14 0.37
HSL 316.43º 0.35% 0.47% -
HSV(B) 316.43º 0.52% 0.63% -
XYZ 21.94 14.72 25.73 -
YUV 109.07 144.33 165.04 -
System Red Green Blue C M Y K H S L
Decimal 161 77 138 0 0.52 0.14 0.37 316.43 0.35 0.47
Hex A1 4D 8A 0 34 E 25 13C 23 2F
Octal 241 115 212 0 64 16 45 474 43 57
Binary 10100001 1001101 10001010 0 110100 1110 100101 100111100 100011 101111

Color Harmonies of #A14D8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A14D8A

Black with #A14D8A

Text Example


Text Example

White with #A14D8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A14D8A; }

 p { color: rgb(161,77,138); }

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

background-color css

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

 a { background-color: rgb(161,77,138); }

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

border-color css

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

 span { border-color: rgb(161,77,138); }

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