Html Css Color HEX #A5367F Medium Red Violet

📋 copy color: '#A5367F'

red 165 ◦ green 54 ◦ blue 127

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

Shades of Medium Red Violet #A5367F

Tints of Medium Red Violet #A5367F

RGB

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

 GREEN value IS 54 (21.48% from 255) = 15.61%

 BLUE value IS 127 (50% from 255) = 36.71%

R = 47.69%
G = 15.61%
B = 36.71%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.23

 K value IS 0.35

RGB Variations

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

Color information

#A5367F (or 0xA5367F) is known color: Medium Red Violet. HEX triplet: A5, 36 and 7F. RGB value is (165,54,127). Sum of RGB (Red+Green+Blue) = 165+54+127=346 (45% of max value = 765). Red value is 165 (64.84% from 255 or 47.69% from 346); Green value is 54 (21.48% from 255 or 15.61% from 346); Blue value is 127 (50% from 255 or 36.71% from 346); Max value from RGB is 165 - color contains mainly: red. Hex color #A5367F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A5367F is #5AC980. Grayscale: #5F5F5F. Windows color (decimal): -5949825 or 8337061. OLE color: 8337061.

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

Color convert

RGB 165 54 127 -
CMYK 0 0.67 0.23 0.35
HSL 320.54º 0.51% 0.43% -
HSV(B) 320.54º 0.67% 0.65% -
XYZ 20.67 12.17 21.34 -
YUV 95.51 145.77 177.56 -
System Red Green Blue C M Y K H S L
Decimal 165 54 127 0 0.67 0.23 0.35 320.54 0.51 0.43
Hex A5 36 7F 0 43 17 23 141 33 2B
Octal 245 66 177 0 103 27 43 501 63 53
Binary 10100101 110110 1111111 0 1000011 10111 100011 101000001 110011 101011

Color Harmonies of #A5367F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5367F

Black with #A5367F

Text Example


Text Example

White with #A5367F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5367F; }

 p { color: rgb(165,54,127); }

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

background-color css

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

 a { background-color: rgb(165,54,127); }

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

border-color css

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

 span { border-color: rgb(165,54,127); }

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