Html Css Color HEX #A5378F Medium Red Violet

📋 copy color: '#A5378F'

red 165 ◦ green 55 ◦ blue 143

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

Shades of Medium Red Violet #A5378F

Tints of Medium Red Violet #A5378F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 39.39%

R = 45.45%
G = 15.15%
B = 39.39%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.13

 K value IS 0.35

RGB Variations

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

Color information

#A5378F (or 0xA5378F) is known color: Medium Red Violet. HEX triplet: A5, 37 and 8F. RGB value is (165,55,143). Sum of RGB (Red+Green+Blue) = 165+55+143=363 (48% of max value = 765). Red value is 165 (64.84% from 255 or 45.45% from 363); Green value is 55 (21.88% from 255 or 15.15% from 363); Blue value is 143 (56.25% from 255 or 39.39% from 363); Max value from RGB is 165 - color contains mainly: red. Hex color #A5378F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A5378F is #5AC870. Grayscale: #616161. Windows color (decimal): -5949553 or 9385893. OLE color: 9385893.

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

Color convert

RGB 165 55 143 -
CMYK 0 0.67 0.13 0.35
HSL 312º 0.5% 0.43% -
HSV(B) 312º 0.67% 0.65% -
XYZ 21.84 12.71 27.29 -
YUV 97.92 153.44 175.84 -
System Red Green Blue C M Y K H S L
Decimal 165 55 143 0 0.67 0.13 0.35 312 0.5 0.43
Hex A5 37 8F 0 43 D 23 138 32 2B
Octal 245 67 217 0 103 15 43 470 62 53
Binary 10100101 110111 10001111 0 1000011 1101 100011 100111000 110010 101011

Color Harmonies of #A5378F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5378F

Black with #A5378F

Text Example


Text Example

White with #A5378F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5378F; }

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

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

background-color css

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

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

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

border-color css

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

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

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