Html Css Color HEX #A6438A Medium Red Violet

📋 copy color: '#A6438A'

red 166 ◦ green 67 ◦ blue 138

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

Shades of Medium Red Violet #A6438A

Tints of Medium Red Violet #A6438A

RGB

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

 GREEN value IS 67 (26.56% from 255) = 18.06%

 BLUE value IS 138 (54.3% from 255) = 37.2%

R = 44.74%
G = 18.06%
B = 37.2%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.17

 K value IS 0.35

RGB Variations

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

Color information

#A6438A (or 0xA6438A) is known color: Medium Red Violet. HEX triplet: A6, 43 and 8A. RGB value is (166,67,138). Sum of RGB (Red+Green+Blue) = 166+67+138=371 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.74% from 371); Green value is 67 (26.56% from 255 or 18.06% from 371); Blue value is 138 (54.30% from 255 or 37.20% from 371); Max value from RGB is 166 - color contains mainly: red. Hex color #A6438A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A6438A is #59BC75. Grayscale: #686868. Windows color (decimal): -5880950 or 9061286. OLE color: 9061286.

HSL color Cylindrical-coordinate representation of color #A6438A: hue angle of 316.97º degrees, saturation: 0.42, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A6438A is Cyan = 0, Magento = 0.60, Yellow = 0.17 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 67 138 -
CMYK 0 0.60 0.17 0.35
HSL 316.97º 0.42% 0.46% -
HSV(B) 316.97º 0.6% 0.65% -
XYZ 22.32 13.96 25.56 -
YUV 104.7 146.8 171.73 -
System Red Green Blue C M Y K H S L
Decimal 166 67 138 0 0.60 0.17 0.35 316.97 0.42 0.46
Hex A6 43 8A 0 3C 11 23 13D 2A 2E
Octal 246 103 212 0 74 21 43 475 52 56
Binary 10100110 1000011 10001010 0 111100 10001 100011 100111101 101010 101110

Color Harmonies of #A6438A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6438A

Black with #A6438A

Text Example


Text Example

White with #A6438A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6438A; }

 p { color: rgb(166,67,138); }

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

background-color css

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

 a { background-color: rgb(166,67,138); }

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

border-color css

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

 span { border-color: rgb(166,67,138); }

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