Html Css Color HEX #A6247F Medium Red Violet

📋 copy color: '#A6247F'

red 166 ◦ green 36 ◦ blue 127

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

Shades of Medium Red Violet #A6247F

Tints of Medium Red Violet #A6247F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 38.6%

R = 50.46%
G = 10.94%
B = 38.6%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.23

 K value IS 0.35

RGB Variations

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

Color information

#A6247F (or 0xA6247F) is known color: Medium Red Violet. HEX triplet: A6, 24 and 7F. RGB value is (166,36,127). Sum of RGB (Red+Green+Blue) = 166+36+127=329 (43% of max value = 765). Red value is 166 (65.23% from 255 or 50.46% from 329); Green value is 36 (14.45% from 255 or 10.94% from 329); Blue value is 127 (50% from 255 or 38.60% from 329); Max value from RGB is 166 - color contains mainly: red. Hex color #A6247F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A6247F is #59DB80. Grayscale: #555555. Windows color (decimal): -5888897 or 8332454. OLE color: 8332454.

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

Color convert

RGB 166 36 127 -
CMYK 0 0.78 0.23 0.35
HSL 318º 0.64% 0.4% -
HSV(B) 318º 0.78% 0.65% -
XYZ 20.19 10.9 21.12 -
YUV 85.24 151.57 185.6 -
System Red Green Blue C M Y K H S L
Decimal 166 36 127 0 0.78 0.23 0.35 318 0.64 0.4
Hex A6 24 7F 0 4E 17 23 13E 40 28
Octal 246 44 177 0 116 27 43 476 100 50
Binary 10100110 100100 1111111 0 1001110 10111 100011 100111110 1000000 101000

Color Harmonies of #A6247F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6247F

Black with #A6247F

Text Example


Text Example

White with #A6247F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6247F; }

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

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

background-color css

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

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

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

border-color css

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

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

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