Html Css Color HEX #A6388D Medium Red Violet

📋 copy color: '#A6388D'

red 166 ◦ green 56 ◦ blue 141

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

Shades of Medium Red Violet #A6388D

Tints of Medium Red Violet #A6388D

RGB

 RED value IS 166 (65.23% from 255) = 45.73%

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

 BLUE value IS 141 (55.47% from 255) = 38.84%

R = 45.73%
G = 15.43%
B = 38.84%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.15

 K value IS 0.35

RGB Variations

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

Color information

#A6388D (or 0xA6388D) is known color: Medium Red Violet. HEX triplet: A6, 38 and 8D. RGB value is (166,56,141). Sum of RGB (Red+Green+Blue) = 166+56+141=363 (48% of max value = 765). Red value is 166 (65.23% from 255 or 45.73% from 363); Green value is 56 (22.27% from 255 or 15.43% from 363); Blue value is 141 (55.47% from 255 or 38.84% from 363); Max value from RGB is 166 - color contains mainly: red. Hex color #A6388D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A6388D is #59C772. Grayscale: #626262. Windows color (decimal): -5883763 or 9255078. OLE color: 9255078.

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

Color convert

RGB 166 56 141 -
CMYK 0 0.66 0.15 0.35
HSL 313.64º 0.5% 0.44% -
HSV(B) 313.64º 0.66% 0.65% -
XYZ 21.95 12.86 26.52 -
YUV 98.58 151.94 176.09 -
System Red Green Blue C M Y K H S L
Decimal 166 56 141 0 0.66 0.15 0.35 313.64 0.5 0.44
Hex A6 38 8D 0 42 F 23 13A 32 2C
Octal 246 70 215 0 102 17 43 472 62 54
Binary 10100110 111000 10001101 0 1000010 1111 100011 100111010 110010 101100

Color Harmonies of #A6388D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6388D

Black with #A6388D

Text Example


Text Example

White with #A6388D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6388D; }

 p { color: rgb(166,56,141); }

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

background-color css

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

 a { background-color: rgb(166,56,141); }

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

border-color css

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

 span { border-color: rgb(166,56,141); }

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