Html Css Color HEX #A3499F Violet Blue

📋 copy color: '#A3499F'

red 163 ◦ green 73 ◦ blue 159

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

Shades of Violet Blue #A3499F

Tints of Violet Blue #A3499F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 40.25%

R = 41.27%
G = 18.48%
B = 40.25%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.02

 K value IS 0.36

RGB Variations

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

Color information

#A3499F (or 0xA3499F) is known color: Violet Blue. HEX triplet: A3, 49 and 9F. RGB value is (163,73,159). Sum of RGB (Red+Green+Blue) = 163+73+159=395 (52% of max value = 765). Red value is 163 (64.06% from 255 or 41.27% from 395); Green value is 73 (28.91% from 255 or 18.48% from 395); Blue value is 159 (62.5% from 255 or 40.25% from 395); Max value from RGB is 163 - color contains mainly: red. Hex color #A3499F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A3499F is #5CB660. Grayscale: #6D6D6D. Windows color (decimal): -6076001 or 10439075. OLE color: 10439075.

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

Color convert

RGB 163 73 159 -
CMYK 0 0.55 0.02 0.36
HSL 302.67º 0.38% 0.46% -
HSV(B) 302.67º 0.55% 0.64% -
XYZ 23.74 15.05 34.46 -
YUV 109.71 155.82 166.01 -
System Red Green Blue C M Y K H S L
Decimal 163 73 159 0 0.55 0.02 0.36 302.67 0.38 0.46
Hex A3 49 9F 0 37 2 24 12F 26 2E
Octal 243 111 237 0 67 2 44 457 46 56
Binary 10100011 1001001 10011111 0 110111 10 100100 100101111 100110 101110

Color Harmonies of #A3499F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3499F

Black with #A3499F

Text Example


Text Example

White with #A3499F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3499F; }

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

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

background-color css

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

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

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

border-color css

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

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

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