Html Css Color HEX #A5389A Medium Red Violet

📋 copy color: '#A5389A'

red 165 ◦ green 56 ◦ blue 154

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

Shades of Medium Red Violet #A5389A

Tints of Medium Red Violet #A5389A

RGB

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

 GREEN value IS 56 (22.27% from 255) = 14.93%

 BLUE value IS 154 (60.55% from 255) = 41.07%

R = 44%
G = 14.93%
B = 41.07%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.07

 K value IS 0.35

RGB Variations

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

Color information

#A5389A (or 0xA5389A) is known color: Medium Red Violet. HEX triplet: A5, 38 and 9A. RGB value is (165,56,154). Sum of RGB (Red+Green+Blue) = 165+56+154=375 (49% of max value = 765). Red value is 165 (64.84% from 255 or 44% from 375); Green value is 56 (22.27% from 255 or 14.93% from 375); Blue value is 154 (60.55% from 255 or 41.07% from 375); Max value from RGB is 165 - color contains mainly: red. Hex color #A5389A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A5389A is #5AC765. Grayscale: #636363. Windows color (decimal): -5949286 or 10107045. OLE color: 10107045.

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

Color convert

RGB 165 56 154 -
CMYK 0 0.66 0.07 0.35
HSL 306.06º 0.49% 0.43% -
HSV(B) 306.06º 0.66% 0.65% -
XYZ 22.76 13.16 31.91 -
YUV 99.76 158.61 174.53 -
System Red Green Blue C M Y K H S L
Decimal 165 56 154 0 0.66 0.07 0.35 306.06 0.49 0.43
Hex A5 38 9A 0 42 7 23 132 31 2B
Octal 245 70 232 0 102 7 43 462 61 53
Binary 10100101 111000 10011010 0 1000010 111 100011 100110010 110001 101011

Color Harmonies of #A5389A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5389A

Black with #A5389A

Text Example


Text Example

White with #A5389A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5389A; }

 p { color: rgb(165,56,154); }

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

background-color css

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

 a { background-color: rgb(165,56,154); }

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

border-color css

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

 span { border-color: rgb(165,56,154); }

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