Html Css Color HEX #A6238D Medium Red Violet

📋 copy color: '#A6238D'

red 166 ◦ green 35 ◦ blue 141

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

Shades of Medium Red Violet #A6238D

Tints of Medium Red Violet #A6238D

RGB

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

 GREEN value IS 35 (14.06% from 255) = 10.23%

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

R = 48.54%
G = 10.23%
B = 41.23%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.15

 K value IS 0.35

RGB Variations

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

Color information

#A6238D (or 0xA6238D) is known color: Medium Red Violet. HEX triplet: A6, 23 and 8D. RGB value is (166,35,141). Sum of RGB (Red+Green+Blue) = 166+35+141=342 (45% of max value = 765). Red value is 166 (65.23% from 255 or 48.54% from 342); Green value is 35 (14.06% from 255 or 10.23% from 342); Blue value is 141 (55.47% from 255 or 41.23% from 342); Max value from RGB is 166 - color contains mainly: red. Hex color #A6238D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A6238D is #59DC72. Grayscale: #555555. Windows color (decimal): -5889139 or 9249702. OLE color: 9249702.

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

Color convert

RGB 166 35 141 -
CMYK 0 0.79 0.15 0.35
HSL 311.45º 0.65% 0.39% -
HSV(B) 311.45º 0.79% 0.65% -
XYZ 21.13 11.23 26.25 -
YUV 86.25 158.9 184.88 -
System Red Green Blue C M Y K H S L
Decimal 166 35 141 0 0.79 0.15 0.35 311.45 0.65 0.39
Hex A6 23 8D 0 4F F 23 137 41 27
Octal 246 43 215 0 117 17 43 467 101 47
Binary 10100110 100011 10001101 0 1001111 1111 100011 100110111 1000001 100111

Color Harmonies of #A6238D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6238D

Black with #A6238D

Text Example


Text Example

White with #A6238D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6238D; }

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

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

background-color css

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

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

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

border-color css

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

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

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