Html Css Color HEX #A1498D Violet Blue

📋 copy color: '#A1498D'

red 161 ◦ green 73 ◦ blue 141

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

Shades of Violet Blue #A1498D

Tints of Violet Blue #A1498D

RGB

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

 GREEN value IS 73 (28.91% from 255) = 19.47%

 BLUE value IS 141 (55.47% from 255) = 37.6%

R = 42.93%
G = 19.47%
B = 37.6%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.12

 K value IS 0.37

RGB Variations

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

Color information

#A1498D (or 0xA1498D) is known color: Violet Blue. HEX triplet: A1, 49 and 8D. RGB value is (161,73,141). Sum of RGB (Red+Green+Blue) = 161+73+141=375 (49% of max value = 765). Red value is 161 (63.28% from 255 or 42.93% from 375); Green value is 73 (28.91% from 255 or 19.47% from 375); Blue value is 141 (55.47% from 255 or 37.6% from 375); Max value from RGB is 161 - color contains mainly: red. Hex color #A1498D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A1498D is #5EB672. Grayscale: #6A6A6A. Windows color (decimal): -6207091 or 9259425. OLE color: 9259425.

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

Color convert

RGB 161 73 141 -
CMYK 0 0.55 0.12 0.37
HSL 313.64º 0.38% 0.46% -
HSV(B) 313.64º 0.55% 0.63% -
XYZ 21.89 14.27 26.8 -
YUV 107.06 147.15 166.47 -
System Red Green Blue C M Y K H S L
Decimal 161 73 141 0 0.55 0.12 0.37 313.64 0.38 0.46
Hex A1 49 8D 0 37 C 25 13A 26 2E
Octal 241 111 215 0 67 14 45 472 46 56
Binary 10100001 1001001 10001101 0 110111 1100 100101 100111010 100110 101110

Color Harmonies of #A1498D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1498D

Black with #A1498D

Text Example


Text Example

White with #A1498D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1498D; }

 p { color: rgb(161,73,141); }

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

background-color css

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

 a { background-color: rgb(161,73,141); }

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

border-color css

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

 span { border-color: rgb(161,73,141); }

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