Html Css Color HEX #A5369C Medium Red Violet

📋 copy color: '#A5369C'

red 165 ◦ green 54 ◦ blue 156

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

Shades of Medium Red Violet #A5369C

Tints of Medium Red Violet #A5369C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 41.6%

R = 44%
G = 14.4%
B = 41.6%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.05

 K value IS 0.35

RGB Variations

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

Color information

#A5369C (or 0xA5369C) is known color: Medium Red Violet. HEX triplet: A5, 36 and 9C. RGB value is (165,54,156). Sum of RGB (Red+Green+Blue) = 165+54+156=375 (49% of max value = 765). Red value is 165 (64.84% from 255 or 44% from 375); Green value is 54 (21.48% from 255 or 14.4% from 375); Blue value is 156 (61.33% from 255 or 41.6% from 375); Max value from RGB is 165 - color contains mainly: red. Hex color #A5369C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A5369C is #5AC963. Grayscale: #626262. Windows color (decimal): -5949796 or 10237605. OLE color: 10237605.

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

Color convert

RGB 165 54 156 -
CMYK 0 0.67 0.05 0.35
HSL 304.86º 0.51% 0.43% -
HSV(B) 304.86º 0.67% 0.65% -
XYZ 22.84 13.04 32.77 -
YUV 98.82 160.27 175.21 -
System Red Green Blue C M Y K H S L
Decimal 165 54 156 0 0.67 0.05 0.35 304.86 0.51 0.43
Hex A5 36 9C 0 43 5 23 131 33 2B
Octal 245 66 234 0 103 5 43 461 63 53
Binary 10100101 110110 10011100 0 1000011 101 100011 100110001 110011 101011

Color Harmonies of #A5369C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5369C

Black with #A5369C

Text Example


Text Example

White with #A5369C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5369C; }

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

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

background-color css

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

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

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

border-color css

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

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

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