Html Css Color HEX #A1498F Violet Blue

📋 copy color: '#A1498F'

red 161 ◦ green 73 ◦ blue 143

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

Shades of Violet Blue #A1498F

Tints of Violet Blue #A1498F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 37.93%

R = 42.71%
G = 19.36%
B = 37.93%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.11

 K value IS 0.37

RGB Variations

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

Color information

#A1498F (or 0xA1498F) is known color: Violet Blue. HEX triplet: A1, 49 and 8F. RGB value is (161,73,143). Sum of RGB (Red+Green+Blue) = 161+73+143=377 (49% of max value = 765). Red value is 161 (63.28% from 255 or 42.71% from 377); Green value is 73 (28.91% from 255 or 19.36% from 377); Blue value is 143 (56.25% from 255 or 37.93% from 377); Max value from RGB is 161 - color contains mainly: red. Hex color #A1498F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A1498F is #5EB670. Grayscale: #6B6B6B. Windows color (decimal): -6207089 or 9390497. OLE color: 9390497.

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

Color convert

RGB 161 73 143 -
CMYK 0 0.55 0.11 0.37
HSL 312.27º 0.38% 0.46% -
HSV(B) 312.27º 0.55% 0.63% -
XYZ 22.04 14.33 27.59 -
YUV 107.29 148.15 166.31 -
System Red Green Blue C M Y K H S L
Decimal 161 73 143 0 0.55 0.11 0.37 312.27 0.38 0.46
Hex A1 49 8F 0 37 B 25 138 26 2E
Octal 241 111 217 0 67 13 45 470 46 56
Binary 10100001 1001001 10001111 0 110111 1011 100101 100111000 100110 101110

Color Harmonies of #A1498F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1498F

Black with #A1498F

Text Example


Text Example

White with #A1498F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1498F; }

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

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

background-color css

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

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

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

border-color css

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

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

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