Html Css Color HEX #A6398B Medium Red Violet

📋 copy color: '#A6398B'

red 166 ◦ green 57 ◦ blue 139

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

Shades of Medium Red Violet #A6398B

Tints of Medium Red Violet #A6398B

RGB

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

 GREEN value IS 57 (22.66% from 255) = 15.75%

 BLUE value IS 139 (54.69% from 255) = 38.4%

R = 45.86%
G = 15.75%
B = 38.4%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.16

 K value IS 0.35

RGB Variations

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

Color information

#A6398B (or 0xA6398B) is known color: Medium Red Violet. HEX triplet: A6, 39 and 8B. RGB value is (166,57,139). Sum of RGB (Red+Green+Blue) = 166+57+139=362 (47% of max value = 765). Red value is 166 (65.23% from 255 or 45.86% from 362); Green value is 57 (22.66% from 255 or 15.75% from 362); Blue value is 139 (54.69% from 255 or 38.40% from 362); Max value from RGB is 166 - color contains mainly: red. Hex color #A6398B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A6398B is #59C674. Grayscale: #626262. Windows color (decimal): -5883509 or 9124262. OLE color: 9124262.

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

Color convert

RGB 166 57 139 -
CMYK 0 0.66 0.16 0.35
HSL 314.86º 0.49% 0.44% -
HSV(B) 314.86º 0.66% 0.65% -
XYZ 21.85 12.9 25.76 -
YUV 98.94 150.61 175.83 -
System Red Green Blue C M Y K H S L
Decimal 166 57 139 0 0.66 0.16 0.35 314.86 0.49 0.44
Hex A6 39 8B 0 42 10 23 13B 31 2C
Octal 246 71 213 0 102 20 43 473 61 54
Binary 10100110 111001 10001011 0 1000010 10000 100011 100111011 110001 101100

Color Harmonies of #A6398B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6398B

Black with #A6398B

Text Example


Text Example

White with #A6398B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6398B; }

 p { color: rgb(166,57,139); }

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

background-color css

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

 a { background-color: rgb(166,57,139); }

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

border-color css

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

 span { border-color: rgb(166,57,139); }

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