Html Css Color HEX #A6398E Medium Red Violet

📋 copy color: '#A6398E'

red 166 ◦ green 57 ◦ blue 142

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

Shades of Medium Red Violet #A6398E

Tints of Medium Red Violet #A6398E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 38.9%

R = 45.48%
G = 15.62%
B = 38.9%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.14

 K value IS 0.35

RGB Variations

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

Color information

#A6398E (or 0xA6398E) is known color: Medium Red Violet. HEX triplet: A6, 39 and 8E. RGB value is (166,57,142). Sum of RGB (Red+Green+Blue) = 166+57+142=365 (48% of max value = 765). Red value is 166 (65.23% from 255 or 45.48% from 365); Green value is 57 (22.66% from 255 or 15.62% from 365); Blue value is 142 (55.86% from 255 or 38.90% from 365); Max value from RGB is 166 - color contains mainly: red. Hex color #A6398E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A6398E is #59C671. Grayscale: #636363. Windows color (decimal): -5883506 or 9320870. OLE color: 9320870.

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

Color convert

RGB 166 57 142 -
CMYK 0 0.66 0.14 0.35
HSL 313.21º 0.49% 0.44% -
HSV(B) 313.21º 0.66% 0.65% -
XYZ 22.07 12.99 26.93 -
YUV 99.28 152.11 175.59 -
System Red Green Blue C M Y K H S L
Decimal 166 57 142 0 0.66 0.14 0.35 313.21 0.49 0.44
Hex A6 39 8E 0 42 E 23 139 31 2C
Octal 246 71 216 0 102 16 43 471 61 54
Binary 10100110 111001 10001110 0 1000010 1110 100011 100111001 110001 101100

Color Harmonies of #A6398E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6398E

Black with #A6398E

Text Example


Text Example

White with #A6398E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6398E; }

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

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

background-color css

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

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

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

border-color css

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

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

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