Html Css Color HEX #A43075 Medium Red Violet

📋 copy color: '#A43075'

red 164 ◦ green 48 ◦ blue 117

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

Shades of Medium Red Violet #A43075

Tints of Medium Red Violet #A43075

RGB

 RED value IS 164 (64.45% from 255) = 49.85%

 GREEN value IS 48 (19.14% from 255) = 14.59%

 BLUE value IS 117 (46.09% from 255) = 35.56%

R = 49.85%
G = 14.59%
B = 35.56%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.29

 K value IS 0.36

RGB Variations

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

Color information

#A43075 (or 0xA43075) is known color: Medium Red Violet. HEX triplet: A4, 30 and 75. RGB value is (164,48,117). Sum of RGB (Red+Green+Blue) = 164+48+117=329 (43% of max value = 765). Red value is 164 (64.45% from 255 or 49.85% from 329); Green value is 48 (19.14% from 255 or 14.59% from 329); Blue value is 117 (46.09% from 255 or 35.56% from 329); Max value from RGB is 164 - color contains mainly: red. Hex color #A43075 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A43075 is #5BCF8A. Grayscale: #5A5A5A. Windows color (decimal): -6016907 or 7680164. OLE color: 7680164.

HSL color Cylindrical-coordinate representation of color #A43075: hue angle of 324.31º degrees, saturation: 0.55, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A43075 is Cyan = 0, Magento = 0.71, Yellow = 0.29 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 48 117 -
CMYK 0 0.71 0.29 0.36
HSL 324.31º 0.55% 0.42% -
HSV(B) 324.31º 0.71% 0.64% -
XYZ 19.58 11.29 17.98 -
YUV 90.55 142.93 180.39 -
System Red Green Blue C M Y K H S L
Decimal 164 48 117 0 0.71 0.29 0.36 324.31 0.55 0.42
Hex A4 30 75 0 47 1D 24 144 37 2A
Octal 244 60 165 0 107 35 44 504 67 52
Binary 10100100 110000 1110101 0 1000111 11101 100100 101000100 110111 101010

Color Harmonies of #A43075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A43075

Black with #A43075

Text Example


Text Example

White with #A43075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A43075; }

 p { color: rgb(164,48,117); }

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

background-color css

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

 a { background-color: rgb(164,48,117); }

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

border-color css

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

 span { border-color: rgb(164,48,117); }

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