Html Css Color HEX #A3498F Violet Blue

📋 copy color: '#A3498F'

red 163 ◦ green 73 ◦ blue 143

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

Shades of Violet Blue #A3498F

Tints of Violet Blue #A3498F

RGB

 RED value IS 163 (64.06% from 255) = 43.01%

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

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

R = 43.01%
G = 19.26%
B = 37.73%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.12

 K value IS 0.36

RGB Variations

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

Color information

#A3498F (or 0xA3498F) is known color: Violet Blue. HEX triplet: A3, 49 and 8F. RGB value is (163,73,143). Sum of RGB (Red+Green+Blue) = 163+73+143=379 (50% of max value = 765). Red value is 163 (64.06% from 255 or 43.01% from 379); Green value is 73 (28.91% from 255 or 19.26% from 379); Blue value is 143 (56.25% from 255 or 37.73% from 379); Max value from RGB is 163 - color contains mainly: red. Hex color #A3498F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A3498F is #5CB670. Grayscale: #6B6B6B. Windows color (decimal): -6076017 or 9390499. OLE color: 9390499.

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

Color convert

RGB 163 73 143 -
CMYK 0 0.55 0.12 0.36
HSL 313.33º 0.38% 0.46% -
HSV(B) 313.33º 0.55% 0.64% -
XYZ 22.44 14.53 27.61 -
YUV 107.89 147.82 167.31 -
System Red Green Blue C M Y K H S L
Decimal 163 73 143 0 0.55 0.12 0.36 313.33 0.38 0.46
Hex A3 49 8F 0 37 C 24 139 26 2E
Octal 243 111 217 0 67 14 44 471 46 56
Binary 10100011 1001001 10001111 0 110111 1100 100100 100111001 100110 101110

Color Harmonies of #A3498F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3498F

Black with #A3498F

Text Example


Text Example

White with #A3498F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3498F; }

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

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

background-color css

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

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

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

border-color css

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

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

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