Html Css Color HEX #A6248D Medium Red Violet

📋 copy color: '#A6248D'

red 166 ◦ green 36 ◦ blue 141

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

Shades of Medium Red Violet #A6248D

Tints of Medium Red Violet #A6248D

RGB

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

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

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

R = 48.4%
G = 10.5%
B = 41.11%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.15

 K value IS 0.35

RGB Variations

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

Color information

#A6248D (or 0xA6248D) is known color: Medium Red Violet. HEX triplet: A6, 24 and 8D. RGB value is (166,36,141). Sum of RGB (Red+Green+Blue) = 166+36+141=343 (45% of max value = 765). Red value is 166 (65.23% from 255 or 48.40% from 343); Green value is 36 (14.45% from 255 or 10.50% from 343); Blue value is 141 (55.47% from 255 or 41.11% from 343); Max value from RGB is 166 - color contains mainly: red. Hex color #A6248D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A6248D is #59DB72. Grayscale: #565656. Windows color (decimal): -5888883 or 9249958. OLE color: 9249958.

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

Color convert

RGB 166 36 141 -
CMYK 0 0.78 0.15 0.35
HSL 311.54º 0.64% 0.4% -
HSV(B) 311.54º 0.78% 0.65% -
XYZ 21.16 11.29 26.26 -
YUV 86.84 158.57 184.46 -
System Red Green Blue C M Y K H S L
Decimal 166 36 141 0 0.78 0.15 0.35 311.54 0.64 0.4
Hex A6 24 8D 0 4E F 23 138 40 28
Octal 246 44 215 0 116 17 43 470 100 50
Binary 10100110 100100 10001101 0 1001110 1111 100011 100111000 1000000 101000

Color Harmonies of #A6248D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6248D

Black with #A6248D

Text Example


Text Example

White with #A6248D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6248D; }

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

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

background-color css

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

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

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

border-color css

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

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

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