Html Css Color HEX #A5368A Medium Red Violet

📋 copy color: '#A5368A'

red 165 ◦ green 54 ◦ blue 138

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

Shades of Medium Red Violet #A5368A

Tints of Medium Red Violet #A5368A

RGB

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

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

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

R = 46.22%
G = 15.13%
B = 38.66%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.16

 K value IS 0.35

RGB Variations

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

Color information

#A5368A (or 0xA5368A) is known color: Medium Red Violet. HEX triplet: A5, 36 and 8A. RGB value is (165,54,138). Sum of RGB (Red+Green+Blue) = 165+54+138=357 (47% of max value = 765). Red value is 165 (64.84% from 255 or 46.22% from 357); Green value is 54 (21.48% from 255 or 15.13% from 357); Blue value is 138 (54.30% from 255 or 38.66% from 357); Max value from RGB is 165 - color contains mainly: red. Hex color #A5368A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A5368A is #5AC975. Grayscale: #606060. Windows color (decimal): -5949814 or 9057957. OLE color: 9057957.

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

Color convert

RGB 165 54 138 -
CMYK 0 0.67 0.16 0.35
HSL 314.59º 0.51% 0.43% -
HSV(B) 314.59º 0.67% 0.65% -
XYZ 21.42 12.47 25.32 -
YUV 96.77 151.27 176.67 -
System Red Green Blue C M Y K H S L
Decimal 165 54 138 0 0.67 0.16 0.35 314.59 0.51 0.43
Hex A5 36 8A 0 43 10 23 13B 33 2B
Octal 245 66 212 0 103 20 43 473 63 53
Binary 10100101 110110 10001010 0 1000011 10000 100011 100111011 110011 101011

Color Harmonies of #A5368A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5368A

Black with #A5368A

Text Example


Text Example

White with #A5368A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5368A; }

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

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

background-color css

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

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

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

border-color css

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

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

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