Html Css Color HEX #A5348F Medium Red Violet

📋 copy color: '#A5348F'

red 165 ◦ green 52 ◦ blue 143

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

Shades of Medium Red Violet #A5348F

Tints of Medium Red Violet #A5348F

RGB

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

 GREEN value IS 52 (20.7% from 255) = 14.44%

 BLUE value IS 143 (56.25% from 255) = 39.72%

R = 45.83%
G = 14.44%
B = 39.72%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.13

 K value IS 0.35

RGB Variations

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

Color information

#A5348F (or 0xA5348F) is known color: Medium Red Violet. HEX triplet: A5, 34 and 8F. RGB value is (165,52,143). Sum of RGB (Red+Green+Blue) = 165+52+143=360 (47% of max value = 765). Red value is 165 (64.84% from 255 or 45.83% from 360); Green value is 52 (20.70% from 255 or 14.44% from 360); Blue value is 143 (56.25% from 255 or 39.72% from 360); Max value from RGB is 165 - color contains mainly: red. Hex color #A5348F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A5348F is #5ACB70. Grayscale: #5F5F5F. Windows color (decimal): -5950321 or 9385125. OLE color: 9385125.

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

Color convert

RGB 165 52 143 -
CMYK 0 0.68 0.13 0.35
HSL 311.68º 0.52% 0.43% -
HSV(B) 311.68º 0.68% 0.65% -
XYZ 21.7 12.44 27.24 -
YUV 96.16 154.44 177.1 -
System Red Green Blue C M Y K H S L
Decimal 165 52 143 0 0.68 0.13 0.35 311.68 0.52 0.43
Hex A5 34 8F 0 44 D 23 138 34 2B
Octal 245 64 217 0 104 15 43 470 64 53
Binary 10100101 110100 10001111 0 1000100 1101 100011 100111000 110100 101011

Color Harmonies of #A5348F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5348F

Black with #A5348F

Text Example


Text Example

White with #A5348F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5348F; }

 p { color: rgb(165,52,143); }

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

background-color css

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

 a { background-color: rgb(165,52,143); }

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

border-color css

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

 span { border-color: rgb(165,52,143); }

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