Html Css Color HEX #A6368B Medium Red Violet

📋 copy color: '#A6368B'

red 166 ◦ green 54 ◦ blue 139

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

Shades of Medium Red Violet #A6368B

Tints of Medium Red Violet #A6368B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 38.72%

R = 46.24%
G = 15.04%
B = 38.72%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.16

 K value IS 0.35

RGB Variations

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

Color information

#A6368B (or 0xA6368B) is known color: Medium Red Violet. HEX triplet: A6, 36 and 8B. RGB value is (166,54,139). Sum of RGB (Red+Green+Blue) = 166+54+139=359 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.24% from 359); Green value is 54 (21.48% from 255 or 15.04% from 359); Blue value is 139 (54.69% from 255 or 38.72% from 359); Max value from RGB is 166 - color contains mainly: red. Hex color #A6368B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A6368B is #59C974. Grayscale: #606060. Windows color (decimal): -5884277 or 9123494. OLE color: 9123494.

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

Color convert

RGB 166 54 139 -
CMYK 0 0.67 0.16 0.35
HSL 314.46º 0.51% 0.43% -
HSV(B) 314.46º 0.67% 0.65% -
XYZ 21.71 12.61 25.72 -
YUV 97.18 151.61 177.09 -
System Red Green Blue C M Y K H S L
Decimal 166 54 139 0 0.67 0.16 0.35 314.46 0.51 0.43
Hex A6 36 8B 0 43 10 23 13A 33 2B
Octal 246 66 213 0 103 20 43 472 63 53
Binary 10100110 110110 10001011 0 1000011 10000 100011 100111010 110011 101011

Color Harmonies of #A6368B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6368B

Black with #A6368B

Text Example


Text Example

White with #A6368B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6368B; }

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

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

background-color css

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

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

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

border-color css

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

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

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