Html Css Color HEX #A3749F Violet Blue

📋 copy color: '#A3749F'

red 163 ◦ green 116 ◦ blue 159

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

Shades of Violet Blue #A3749F

Tints of Violet Blue #A3749F

RGB

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

 GREEN value IS 116 (45.7% from 255) = 26.48%

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

R = 37.21%
G = 26.48%
B = 36.3%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.02

 K value IS 0.36

RGB Variations

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

Color information

#A3749F (or 0xA3749F) is known color: Violet Blue. HEX triplet: A3, 74 and 9F. RGB value is (163,116,159). Sum of RGB (Red+Green+Blue) = 163+116+159=438 (58% of max value = 765). Red value is 163 (64.06% from 255 or 37.21% from 438); Green value is 116 (45.70% from 255 or 26.48% from 438); Blue value is 159 (62.5% from 255 or 36.30% from 438); Max value from RGB is 163 - color contains mainly: red. Hex color #A3749F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A3749F is #5C8B60. Grayscale: #868686. Windows color (decimal): -6064993 or 10450083. OLE color: 10450083.

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

Color convert

RGB 163 116 159 -
CMYK 0 0.29 0.02 0.36
HSL 305.11º 0.2% 0.55% -
HSV(B) 305.11º 0.29% 0.64% -
XYZ 27.61 22.78 35.74 -
YUV 134.96 141.57 148 -
System Red Green Blue C M Y K H S L
Decimal 163 116 159 0 0.29 0.02 0.36 305.11 0.2 0.55
Hex A3 74 9F 0 1D 2 24 131 14 37
Octal 243 164 237 0 35 2 44 461 24 67
Binary 10100011 1110100 10011111 0 11101 10 100100 100110001 10100 110111

Color Harmonies of #A3749F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3749F

Black with #A3749F

Text Example


Text Example

White with #A3749F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3749F; }

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

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

background-color css

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

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

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

border-color css

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

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

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