Html Css Color HEX #A5378C Medium Red Violet

📋 copy color: '#A5378C'

red 165 ◦ green 55 ◦ blue 140

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

Shades of Medium Red Violet #A5378C

Tints of Medium Red Violet #A5378C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 38.89%

R = 45.83%
G = 15.28%
B = 38.89%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.15

 K value IS 0.35

RGB Variations

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

Color information

#A5378C (or 0xA5378C) is known color: Medium Red Violet. HEX triplet: A5, 37 and 8C. RGB value is (165,55,140). Sum of RGB (Red+Green+Blue) = 165+55+140=360 (47% of max value = 765). Red value is 165 (64.84% from 255 or 45.83% from 360); Green value is 55 (21.88% from 255 or 15.28% from 360); Blue value is 140 (55.08% from 255 or 38.89% from 360); Max value from RGB is 165 - color contains mainly: red. Hex color #A5378C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A5378C is #5AC873. Grayscale: #616161. Windows color (decimal): -5949556 or 9189285. OLE color: 9189285.

HSL color Cylindrical-coordinate representation of color #A5378C: hue angle of 313.64º 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 #A5378C is Cyan = 0, Magento = 0.67, Yellow = 0.15 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 55 140 -
CMYK 0 0.67 0.15 0.35
HSL 313.64º 0.5% 0.43% -
HSV(B) 313.64º 0.67% 0.65% -
XYZ 21.62 12.63 26.11 -
YUV 97.58 151.94 176.09 -
System Red Green Blue C M Y K H S L
Decimal 165 55 140 0 0.67 0.15 0.35 313.64 0.5 0.43
Hex A5 37 8C 0 43 F 23 13A 32 2B
Octal 245 67 214 0 103 17 43 472 62 53
Binary 10100101 110111 10001100 0 1000011 1111 100011 100111010 110010 101011

Color Harmonies of #A5378C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5378C

Black with #A5378C

Text Example


Text Example

White with #A5378C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5378C; }

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

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

background-color css

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

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

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

border-color css

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

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

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