Html Css Color HEX #A3379F Violet Blue

📋 copy color: '#A3379F'

red 163 ◦ green 55 ◦ blue 159

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

Shades of Violet Blue #A3379F

Tints of Violet Blue #A3379F

RGB

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

 GREEN value IS 55 (21.88% from 255) = 14.59%

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

R = 43.24%
G = 14.59%
B = 42.18%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.02

 K value IS 0.36

RGB Variations

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

Color information

#A3379F (or 0xA3379F) is known color: Violet Blue. HEX triplet: A3, 37 and 9F. RGB value is (163,55,159). Sum of RGB (Red+Green+Blue) = 163+55+159=377 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.24% from 377); Green value is 55 (21.88% from 255 or 14.59% from 377); Blue value is 159 (62.5% from 255 or 42.18% from 377); Max value from RGB is 163 - color contains mainly: red. Hex color #A3379F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A3379F is #5CC860. Grayscale: #626262. Windows color (decimal): -6080609 or 10434467. OLE color: 10434467.

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

Color convert

RGB 163 55 159 -
CMYK 0 0.66 0.02 0.36
HSL 302.22º 0.5% 0.43% -
HSV(B) 302.22º 0.66% 0.64% -
XYZ 22.73 13.02 34.12 -
YUV 99.15 161.78 173.54 -
System Red Green Blue C M Y K H S L
Decimal 163 55 159 0 0.66 0.02 0.36 302.22 0.5 0.43
Hex A3 37 9F 0 42 2 24 12E 32 2B
Octal 243 67 237 0 102 2 44 456 62 53
Binary 10100011 110111 10011111 0 1000010 10 100100 100101110 110010 101011

Color Harmonies of #A3379F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3379F

Black with #A3379F

Text Example


Text Example

White with #A3379F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3379F; }

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

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

background-color css

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

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

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

border-color css

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

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

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