Html Css Color HEX #A6318F Medium Red Violet

📋 copy color: '#A6318F'

red 166 ◦ green 49 ◦ blue 143

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

Shades of Medium Red Violet #A6318F

Tints of Medium Red Violet #A6318F

RGB

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

 GREEN value IS 49 (19.53% from 255) = 13.69%

 BLUE value IS 143 (56.25% from 255) = 39.94%

R = 46.37%
G = 13.69%
B = 39.94%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.14

 K value IS 0.35

RGB Variations

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

Color information

#A6318F (or 0xA6318F) is known color: Medium Red Violet. HEX triplet: A6, 31 and 8F. RGB value is (166,49,143). Sum of RGB (Red+Green+Blue) = 166+49+143=358 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.37% from 358); Green value is 49 (19.53% from 255 or 13.69% from 358); Blue value is 143 (56.25% from 255 or 39.94% from 358); Max value from RGB is 166 - color contains mainly: red. Hex color #A6318F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A6318F is #59CE70. Grayscale: #5E5E5E. Windows color (decimal): -5885553 or 9384358. OLE color: 9384358.

HSL color Cylindrical-coordinate representation of color #A6318F: hue angle of 311.79º degrees, saturation: 0.54, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A6318F is Cyan = 0, Magento = 0.70, Yellow = 0.14 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 49 143 -
CMYK 0 0.70 0.14 0.35
HSL 311.79º 0.54% 0.42% -
HSV(B) 311.79º 0.7% 0.65% -
XYZ 21.78 12.29 27.21 -
YUV 94.7 155.26 178.86 -
System Red Green Blue C M Y K H S L
Decimal 166 49 143 0 0.70 0.14 0.35 311.79 0.54 0.42
Hex A6 31 8F 0 46 E 23 138 36 2A
Octal 246 61 217 0 106 16 43 470 66 52
Binary 10100110 110001 10001111 0 1000110 1110 100011 100111000 110110 101010

Color Harmonies of #A6318F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6318F

Black with #A6318F

Text Example


Text Example

White with #A6318F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6318F; }

 p { color: rgb(166,49,143); }

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

background-color css

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

 a { background-color: rgb(166,49,143); }

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

border-color css

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

 span { border-color: rgb(166,49,143); }

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