Html Css Color HEX #A6428F Medium Red Violet

📋 copy color: '#A6428F'

red 166 ◦ green 66 ◦ blue 143

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

Shades of Medium Red Violet #A6428F

Tints of Medium Red Violet #A6428F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 38.13%

R = 44.27%
G = 17.6%
B = 38.13%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.14

 K value IS 0.35

RGB Variations

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

Color information

#A6428F (or 0xA6428F) is known color: Medium Red Violet. HEX triplet: A6, 42 and 8F. RGB value is (166,66,143). Sum of RGB (Red+Green+Blue) = 166+66+143=375 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.27% from 375); Green value is 66 (26.17% from 255 or 17.6% from 375); Blue value is 143 (56.25% from 255 or 38.13% from 375); Max value from RGB is 166 - color contains mainly: red. Hex color #A6428F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A6428F is #59BD70. Grayscale: #686868. Windows color (decimal): -5881201 or 9388710. OLE color: 9388710.

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

Color convert

RGB 166 66 143 -
CMYK 0 0.60 0.14 0.35
HSL 313.8º 0.43% 0.45% -
HSV(B) 313.8º 0.6% 0.65% -
XYZ 22.63 13.99 27.49 -
YUV 104.68 149.63 171.74 -
System Red Green Blue C M Y K H S L
Decimal 166 66 143 0 0.60 0.14 0.35 313.8 0.43 0.45
Hex A6 42 8F 0 3C E 23 13A 2B 2D
Octal 246 102 217 0 74 16 43 472 53 55
Binary 10100110 1000010 10001111 0 111100 1110 100011 100111010 101011 101101

Color Harmonies of #A6428F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6428F

Black with #A6428F

Text Example


Text Example

White with #A6428F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6428F; }

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

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

background-color css

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

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

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

border-color css

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

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

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