Html Css Color HEX #A6428D Medium Red Violet

📋 copy color: '#A6428D'

red 166 ◦ green 66 ◦ blue 141

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

Shades of Medium Red Violet #A6428D

Tints of Medium Red Violet #A6428D

RGB

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

 GREEN value IS 66 (26.17% from 255) = 17.69%

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

R = 44.5%
G = 17.69%
B = 37.8%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.15

 K value IS 0.35

RGB Variations

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

Color information

#A6428D (or 0xA6428D) is known color: Medium Red Violet. HEX triplet: A6, 42 and 8D. RGB value is (166,66,141). Sum of RGB (Red+Green+Blue) = 166+66+141=373 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.50% from 373); Green value is 66 (26.17% from 255 or 17.69% from 373); Blue value is 141 (55.47% from 255 or 37.80% from 373); Max value from RGB is 166 - color contains mainly: red. Hex color #A6428D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A6428D is #59BD72. Grayscale: #686868. Windows color (decimal): -5881203 or 9257638. OLE color: 9257638.

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

Color convert

RGB 166 66 141 -
CMYK 0 0.60 0.15 0.35
HSL 315º 0.43% 0.45% -
HSV(B) 315º 0.6% 0.65% -
XYZ 22.48 13.93 26.7 -
YUV 104.45 148.63 171.9 -
System Red Green Blue C M Y K H S L
Decimal 166 66 141 0 0.60 0.15 0.35 315 0.43 0.45
Hex A6 42 8D 0 3C F 23 13B 2B 2D
Octal 246 102 215 0 74 17 43 473 53 55
Binary 10100110 1000010 10001101 0 111100 1111 100011 100111011 101011 101101

Color Harmonies of #A6428D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6428D

Black with #A6428D

Text Example


Text Example

White with #A6428D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6428D; }

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

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

background-color css

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

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

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

border-color css

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

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

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