Html Css Color HEX #A5379B Medium Red Violet

📋 copy color: '#A5379B'

red 165 ◦ green 55 ◦ blue 155

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

Shades of Medium Red Violet #A5379B

Tints of Medium Red Violet #A5379B

RGB

 RED value IS 165 (64.84% from 255) = 44%

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

 BLUE value IS 155 (60.94% from 255) = 41.33%

R = 44%
G = 14.67%
B = 41.33%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.06

 K value IS 0.35

RGB Variations

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

Color information

#A5379B (or 0xA5379B) is known color: Medium Red Violet. HEX triplet: A5, 37 and 9B. RGB value is (165,55,155). Sum of RGB (Red+Green+Blue) = 165+55+155=375 (49% of max value = 765). Red value is 165 (64.84% from 255 or 44% from 375); Green value is 55 (21.88% from 255 or 14.67% from 375); Blue value is 155 (60.94% from 255 or 41.33% from 375); Max value from RGB is 165 - color contains mainly: red. Hex color #A5379B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A5379B is #5AC864. Grayscale: #626262. Windows color (decimal): -5949541 or 10172325. OLE color: 10172325.

HSL color Cylindrical-coordinate representation of color #A5379B: hue angle of 305.45º degrees, saturation: 0.5, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A5379B is Cyan = 0, Magento = 0.67, Yellow = 0.06 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 55 155 -
CMYK 0 0.67 0.06 0.35
HSL 305.45º 0.5% 0.43% -
HSV(B) 305.45º 0.67% 0.65% -
XYZ 22.8 13.1 32.34 -
YUV 99.29 159.44 174.87 -
System Red Green Blue C M Y K H S L
Decimal 165 55 155 0 0.67 0.06 0.35 305.45 0.5 0.43
Hex A5 37 9B 0 43 6 23 131 32 2B
Octal 245 67 233 0 103 6 43 461 62 53
Binary 10100101 110111 10011011 0 1000011 110 100011 100110001 110010 101011

Color Harmonies of #A5379B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5379B

Black with #A5379B

Text Example


Text Example

White with #A5379B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5379B; }

 p { color: rgb(165,55,155); }

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

background-color css

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

 a { background-color: rgb(165,55,155); }

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

border-color css

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

 span { border-color: rgb(165,55,155); }

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