Html Css Color HEX #A6238C Medium Red Violet

📋 copy color: '#A6238C'

red 166 ◦ green 35 ◦ blue 140

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

Shades of Medium Red Violet #A6238C

Tints of Medium Red Violet #A6238C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 41.06%

R = 48.68%
G = 10.26%
B = 41.06%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.16

 K value IS 0.35

RGB Variations

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

Color information

#A6238C (or 0xA6238C) is known color: Medium Red Violet. HEX triplet: A6, 23 and 8C. RGB value is (166,35,140). Sum of RGB (Red+Green+Blue) = 166+35+140=341 (45% of max value = 765). Red value is 166 (65.23% from 255 or 48.68% from 341); Green value is 35 (14.06% from 255 or 10.26% from 341); Blue value is 140 (55.08% from 255 or 41.06% from 341); Max value from RGB is 166 - color contains mainly: red. Hex color #A6238C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A6238C is #59DC73. Grayscale: #555555. Windows color (decimal): -5889140 or 9184166. OLE color: 9184166.

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

Color convert

RGB 166 35 140 -
CMYK 0 0.79 0.16 0.35
HSL 311.91º 0.65% 0.39% -
HSV(B) 311.91º 0.79% 0.65% -
XYZ 21.06 11.2 25.86 -
YUV 86.14 158.4 184.96 -
System Red Green Blue C M Y K H S L
Decimal 166 35 140 0 0.79 0.16 0.35 311.91 0.65 0.39
Hex A6 23 8C 0 4F 10 23 138 41 27
Octal 246 43 214 0 117 20 43 470 101 47
Binary 10100110 100011 10001100 0 1001111 10000 100011 100111000 1000001 100111

Color Harmonies of #A6238C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6238C

Black with #A6238C

Text Example


Text Example

White with #A6238C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6238C; }

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

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

background-color css

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

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

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

border-color css

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

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

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