Html Css Color HEX #A5418A Medium Red Violet

📋 copy color: '#A5418A'

red 165 ◦ green 65 ◦ blue 138

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

Shades of Medium Red Violet #A5418A

Tints of Medium Red Violet #A5418A

RGB

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

 GREEN value IS 65 (25.78% from 255) = 17.66%

 BLUE value IS 138 (54.3% from 255) = 37.5%

R = 44.84%
G = 17.66%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.16

 K value IS 0.35

RGB Variations

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

Color information

#A5418A (or 0xA5418A) is known color: Medium Red Violet. HEX triplet: A5, 41 and 8A. RGB value is (165,65,138). Sum of RGB (Red+Green+Blue) = 165+65+138=368 (48% of max value = 765). Red value is 165 (64.84% from 255 or 44.84% from 368); Green value is 65 (25.78% from 255 or 17.66% from 368); Blue value is 138 (54.30% from 255 or 37.5% from 368); Max value from RGB is 165 - color contains mainly: red. Hex color #A5418A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A5418A is #5ABE75. Grayscale: #676767. Windows color (decimal): -5946998 or 9060773. OLE color: 9060773.

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

Color convert

RGB 165 65 138 -
CMYK 0 0.61 0.16 0.35
HSL 316.2º 0.43% 0.45% -
HSV(B) 316.2º 0.61% 0.65% -
XYZ 21.99 13.61 25.51 -
YUV 103.22 147.63 172.06 -
System Red Green Blue C M Y K H S L
Decimal 165 65 138 0 0.61 0.16 0.35 316.2 0.43 0.45
Hex A5 41 8A 0 3D 10 23 13C 2B 2D
Octal 245 101 212 0 75 20 43 474 53 55
Binary 10100101 1000001 10001010 0 111101 10000 100011 100111100 101011 101101

Color Harmonies of #A5418A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5418A

Black with #A5418A

Text Example


Text Example

White with #A5418A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5418A; }

 p { color: rgb(165,65,138); }

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

background-color css

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

 a { background-color: rgb(165,65,138); }

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

border-color css

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

 span { border-color: rgb(165,65,138); }

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