Html Css Color HEX #A4379C Violet Blue

📋 copy color: '#A4379C'

red 164 ◦ green 55 ◦ blue 156

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

Shades of Violet Blue #A4379C

Tints of Violet Blue #A4379C

RGB

 RED value IS 164 (64.45% from 255) = 43.73%

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

 BLUE value IS 156 (61.33% from 255) = 41.6%

R = 43.73%
G = 14.67%
B = 41.6%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.05

 K value IS 0.36

RGB Variations

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

Color information

#A4379C (or 0xA4379C) is known color: Violet Blue. HEX triplet: A4, 37 and 9C. RGB value is (164,55,156). Sum of RGB (Red+Green+Blue) = 164+55+156=375 (49% of max value = 765). Red value is 164 (64.45% from 255 or 43.73% from 375); Green value is 55 (21.88% from 255 or 14.67% from 375); Blue value is 156 (61.33% from 255 or 41.6% from 375); Max value from RGB is 164 - color contains mainly: red. Hex color #A4379C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A4379C is #5BC863. Grayscale: #626262. Windows color (decimal): -6015076 or 10237860. OLE color: 10237860.

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

Color convert

RGB 164 55 156 -
CMYK 0 0.66 0.05 0.36
HSL 304.4º 0.5% 0.43% -
HSV(B) 304.4º 0.66% 0.64% -
XYZ 22.68 13.03 32.77 -
YUV 99.11 160.11 174.29 -
System Red Green Blue C M Y K H S L
Decimal 164 55 156 0 0.66 0.05 0.36 304.4 0.5 0.43
Hex A4 37 9C 0 42 5 24 130 32 2B
Octal 244 67 234 0 102 5 44 460 62 53
Binary 10100100 110111 10011100 0 1000010 101 100100 100110000 110010 101011

Color Harmonies of #A4379C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4379C

Black with #A4379C

Text Example


Text Example

White with #A4379C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4379C; }

 p { color: rgb(164,55,156); }

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

background-color css

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

 a { background-color: rgb(164,55,156); }

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

border-color css

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

 span { border-color: rgb(164,55,156); }

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