Html Css Color HEX #A5448E Medium Red Violet

📋 copy color: '#A5448E'

red 165 ◦ green 68 ◦ blue 142

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

Shades of Medium Red Violet #A5448E

Tints of Medium Red Violet #A5448E

RGB

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

 GREEN value IS 68 (26.95% from 255) = 18.13%

 BLUE value IS 142 (55.86% from 255) = 37.87%

R = 44%
G = 18.13%
B = 37.87%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.14

 K value IS 0.35

RGB Variations

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

Color information

#A5448E (or 0xA5448E) is known color: Medium Red Violet. HEX triplet: A5, 44 and 8E. RGB value is (165,68,142). Sum of RGB (Red+Green+Blue) = 165+68+142=375 (49% of max value = 765). Red value is 165 (64.84% from 255 or 44% from 375); Green value is 68 (26.95% from 255 or 18.13% from 375); Blue value is 142 (55.86% from 255 or 37.87% from 375); Max value from RGB is 165 - color contains mainly: red. Hex color #A5448E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A5448E is #5ABB71. Grayscale: #696969. Windows color (decimal): -5946226 or 9323685. OLE color: 9323685.

HSL color Cylindrical-coordinate representation of color #A5448E: hue angle of 314.23º degrees, saturation: 0.42, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A5448E is Cyan = 0, Magento = 0.59, Yellow = 0.14 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 68 142 -
CMYK 0 0.59 0.14 0.35
HSL 314.23º 0.42% 0.46% -
HSV(B) 314.23º 0.59% 0.65% -
XYZ 22.47 14.09 27.13 -
YUV 105.44 148.64 170.48 -
System Red Green Blue C M Y K H S L
Decimal 165 68 142 0 0.59 0.14 0.35 314.23 0.42 0.46
Hex A5 44 8E 0 3B E 23 13A 2A 2E
Octal 245 104 216 0 73 16 43 472 52 56
Binary 10100101 1000100 10001110 0 111011 1110 100011 100111010 101010 101110

Color Harmonies of #A5448E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5448E

Black with #A5448E

Text Example


Text Example

White with #A5448E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5448E; }

 p { color: rgb(165,68,142); }

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

background-color css

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

 a { background-color: rgb(165,68,142); }

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

border-color css

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

 span { border-color: rgb(165,68,142); }

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