Html Css Color HEX #A6248A Medium Red Violet

📋 copy color: '#A6248A'

red 166 ◦ green 36 ◦ blue 138

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

Shades of Medium Red Violet #A6248A

Tints of Medium Red Violet #A6248A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 40.59%

R = 48.82%
G = 10.59%
B = 40.59%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.17

 K value IS 0.35

RGB Variations

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

Color information

#A6248A (or 0xA6248A) is known color: Medium Red Violet. HEX triplet: A6, 24 and 8A. RGB value is (166,36,138). Sum of RGB (Red+Green+Blue) = 166+36+138=340 (45% of max value = 765). Red value is 166 (65.23% from 255 or 48.82% from 340); Green value is 36 (14.45% from 255 or 10.59% from 340); Blue value is 138 (54.30% from 255 or 40.59% from 340); Max value from RGB is 166 - color contains mainly: red. Hex color #A6248A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A6248A is #59DB75. Grayscale: #565656. Windows color (decimal): -5888886 or 9053350. OLE color: 9053350.

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

Color convert

RGB 166 36 138 -
CMYK 0 0.78 0.17 0.35
HSL 312.92º 0.64% 0.4% -
HSV(B) 312.92º 0.78% 0.65% -
XYZ 20.94 11.2 25.1 -
YUV 86.5 157.07 184.71 -
System Red Green Blue C M Y K H S L
Decimal 166 36 138 0 0.78 0.17 0.35 312.92 0.64 0.4
Hex A6 24 8A 0 4E 11 23 139 40 28
Octal 246 44 212 0 116 21 43 471 100 50
Binary 10100110 100100 10001010 0 1001110 10001 100011 100111001 1000000 101000

Color Harmonies of #A6248A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6248A

Black with #A6248A

Text Example


Text Example

White with #A6248A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6248A; }

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

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

background-color css

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

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

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

border-color css

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

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

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