Html Css Color HEX #A6248E Medium Red Violet

📋 copy color: '#A6248E'

red 166 ◦ green 36 ◦ blue 142

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

Shades of Medium Red Violet #A6248E

Tints of Medium Red Violet #A6248E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 41.28%

R = 48.26%
G = 10.47%
B = 41.28%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.14

 K value IS 0.35

RGB Variations

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

Color information

#A6248E (or 0xA6248E) is known color: Medium Red Violet. HEX triplet: A6, 24 and 8E. RGB value is (166,36,142). Sum of RGB (Red+Green+Blue) = 166+36+142=344 (45% of max value = 765). Red value is 166 (65.23% from 255 or 48.26% from 344); Green value is 36 (14.45% from 255 or 10.47% from 344); Blue value is 142 (55.86% from 255 or 41.28% from 344); Max value from RGB is 166 - color contains mainly: red. Hex color #A6248E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A6248E is #59DB71. Grayscale: #565656. Windows color (decimal): -5888882 or 9315494. OLE color: 9315494.

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

Color convert

RGB 166 36 142 -
CMYK 0 0.78 0.14 0.35
HSL 311.08º 0.64% 0.4% -
HSV(B) 311.08º 0.78% 0.65% -
XYZ 21.24 11.32 26.66 -
YUV 86.95 159.07 184.38 -
System Red Green Blue C M Y K H S L
Decimal 166 36 142 0 0.78 0.14 0.35 311.08 0.64 0.4
Hex A6 24 8E 0 4E E 23 137 40 28
Octal 246 44 216 0 116 16 43 467 100 50
Binary 10100110 100100 10001110 0 1001110 1110 100011 100110111 1000000 101000

Color Harmonies of #A6248E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6248E

Black with #A6248E

Text Example


Text Example

White with #A6248E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6248E; }

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

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

background-color css

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

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

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

border-color css

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

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

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