Html Css Color HEX #A3499D Violet Blue

📋 copy color: '#A3499D'

red 163 ◦ green 73 ◦ blue 157

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

Shades of Violet Blue #A3499D

Tints of Violet Blue #A3499D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 39.95%

R = 41.48%
G = 18.58%
B = 39.95%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.04

 K value IS 0.36

RGB Variations

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

Color information

#A3499D (or 0xA3499D) is known color: Violet Blue. HEX triplet: A3, 49 and 9D. RGB value is (163,73,157). Sum of RGB (Red+Green+Blue) = 163+73+157=393 (52% of max value = 765). Red value is 163 (64.06% from 255 or 41.48% from 393); Green value is 73 (28.91% from 255 or 18.58% from 393); Blue value is 157 (61.72% from 255 or 39.95% from 393); Max value from RGB is 163 - color contains mainly: red. Hex color #A3499D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A3499D is #5CB662. Grayscale: #6D6D6D. Windows color (decimal): -6076003 or 10308003. OLE color: 10308003.

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

Color convert

RGB 163 73 157 -
CMYK 0 0.55 0.04 0.36
HSL 304º 0.38% 0.46% -
HSV(B) 304º 0.55% 0.64% -
XYZ 23.57 14.99 33.55 -
YUV 109.49 154.82 166.17 -
System Red Green Blue C M Y K H S L
Decimal 163 73 157 0 0.55 0.04 0.36 304 0.38 0.46
Hex A3 49 9D 0 37 4 24 130 26 2E
Octal 243 111 235 0 67 4 44 460 46 56
Binary 10100011 1001001 10011101 0 110111 100 100100 100110000 100110 101110

Color Harmonies of #A3499D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3499D

Black with #A3499D

Text Example


Text Example

White with #A3499D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3499D; }

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

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

background-color css

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

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

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

border-color css

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

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

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