Html Css Color HEX #A6298D Medium Red Violet

📋 copy color: '#A6298D'

red 166 ◦ green 41 ◦ blue 141

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

Shades of Medium Red Violet #A6298D

Tints of Medium Red Violet #A6298D

RGB

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

 GREEN value IS 41 (16.41% from 255) = 11.78%

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

R = 47.7%
G = 11.78%
B = 40.52%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.15

 K value IS 0.35

RGB Variations

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

Color information

#A6298D (or 0xA6298D) is known color: Medium Red Violet. HEX triplet: A6, 29 and 8D. RGB value is (166,41,141). Sum of RGB (Red+Green+Blue) = 166+41+141=348 (46% of max value = 765). Red value is 166 (65.23% from 255 or 47.70% from 348); Green value is 41 (16.41% from 255 or 11.78% from 348); Blue value is 141 (55.47% from 255 or 40.52% from 348); Max value from RGB is 166 - color contains mainly: red. Hex color #A6298D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A6298D is #59D672. Grayscale: #595959. Windows color (decimal): -5887603 or 9251238. OLE color: 9251238.

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

Color convert

RGB 166 41 141 -
CMYK 0 0.75 0.15 0.35
HSL 312º 0.6% 0.41% -
HSV(B) 312º 0.75% 0.65% -
XYZ 21.33 11.62 26.32 -
YUV 89.78 156.91 182.37 -
System Red Green Blue C M Y K H S L
Decimal 166 41 141 0 0.75 0.15 0.35 312 0.6 0.41
Hex A6 29 8D 0 4B F 23 138 3C 29
Octal 246 51 215 0 113 17 43 470 74 51
Binary 10100110 101001 10001101 0 1001011 1111 100011 100111000 111100 101001

Color Harmonies of #A6298D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6298D

Black with #A6298D

Text Example


Text Example

White with #A6298D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6298D; }

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

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

background-color css

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

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

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

border-color css

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

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

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