Html Css Color HEX #A6248C Medium Red Violet

📋 copy color: '#A6248C'

red 166 ◦ green 36 ◦ blue 140

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

Shades of Medium Red Violet #A6248C

Tints of Medium Red Violet #A6248C

RGB

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

 GREEN value IS 36 (14.45% from 255) = 10.53%

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

R = 48.54%
G = 10.53%
B = 40.94%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.16

 K value IS 0.35

RGB Variations

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

Color information

#A6248C (or 0xA6248C) is known color: Medium Red Violet. HEX triplet: A6, 24 and 8C. RGB value is (166,36,140). Sum of RGB (Red+Green+Blue) = 166+36+140=342 (45% of max value = 765). Red value is 166 (65.23% from 255 or 48.54% from 342); Green value is 36 (14.45% from 255 or 10.53% from 342); Blue value is 140 (55.08% from 255 or 40.94% from 342); Max value from RGB is 166 - color contains mainly: red. Hex color #A6248C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A6248C is #59DB73. Grayscale: #565656. Windows color (decimal): -5888884 or 9184422. OLE color: 9184422.

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

Color convert

RGB 166 36 140 -
CMYK 0 0.78 0.16 0.35
HSL 312º 0.64% 0.4% -
HSV(B) 312º 0.78% 0.65% -
XYZ 21.09 11.26 25.87 -
YUV 86.73 158.07 184.54 -
System Red Green Blue C M Y K H S L
Decimal 166 36 140 0 0.78 0.16 0.35 312 0.64 0.4
Hex A6 24 8C 0 4E 10 23 138 40 28
Octal 246 44 214 0 116 20 43 470 100 50
Binary 10100110 100100 10001100 0 1001110 10000 100011 100111000 1000000 101000

Color Harmonies of #A6248C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6248C

Black with #A6248C

Text Example


Text Example

White with #A6248C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6248C; }

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

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

background-color css

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

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

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

border-color css

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

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

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