Html Css Color HEX #A6368D Medium Red Violet

📋 copy color: '#A6368D'

red 166 ◦ green 54 ◦ blue 141

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

Shades of Medium Red Violet #A6368D

Tints of Medium Red Violet #A6368D

RGB

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

 GREEN value IS 54 (21.48% from 255) = 14.96%

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

R = 45.98%
G = 14.96%
B = 39.06%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.15

 K value IS 0.35

RGB Variations

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

Color information

#A6368D (or 0xA6368D) is known color: Medium Red Violet. HEX triplet: A6, 36 and 8D. RGB value is (166,54,141). Sum of RGB (Red+Green+Blue) = 166+54+141=361 (47% of max value = 765). Red value is 166 (65.23% from 255 or 45.98% from 361); Green value is 54 (21.48% from 255 or 14.96% from 361); Blue value is 141 (55.47% from 255 or 39.06% from 361); Max value from RGB is 166 - color contains mainly: red. Hex color #A6368D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A6368D is #59C972. Grayscale: #616161. Windows color (decimal): -5884275 or 9254566. OLE color: 9254566.

HSL color Cylindrical-coordinate representation of color #A6368D: hue angle of 313.39º degrees, saturation: 0.51, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A6368D is Cyan = 0, Magento = 0.67, Yellow = 0.15 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 54 141 -
CMYK 0 0.67 0.15 0.35
HSL 313.39º 0.51% 0.43% -
HSV(B) 313.39º 0.67% 0.65% -
XYZ 21.85 12.67 26.49 -
YUV 97.41 152.61 176.93 -
System Red Green Blue C M Y K H S L
Decimal 166 54 141 0 0.67 0.15 0.35 313.39 0.51 0.43
Hex A6 36 8D 0 43 F 23 139 33 2B
Octal 246 66 215 0 103 17 43 471 63 53
Binary 10100110 110110 10001101 0 1000011 1111 100011 100111001 110011 101011

Color Harmonies of #A6368D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6368D

Black with #A6368D

Text Example


Text Example

White with #A6368D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6368D; }

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

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

background-color css

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

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

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

border-color css

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

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

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