Html Css Color HEX #A6368C Medium Red Violet

📋 copy color: '#A6368C'

red 166 ◦ green 54 ◦ blue 140

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

Shades of Medium Red Violet #A6368C

Tints of Medium Red Violet #A6368C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 38.89%

R = 46.11%
G = 15%
B = 38.89%

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

#A6368C (or 0xA6368C) is known color: Medium Red Violet. HEX triplet: A6, 36 and 8C. RGB value is (166,54,140). Sum of RGB (Red+Green+Blue) = 166+54+140=360 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.11% from 360); Green value is 54 (21.48% from 255 or 15% from 360); Blue value is 140 (55.08% from 255 or 38.89% from 360); Max value from RGB is 166 - color contains mainly: red. Hex color #A6368C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A6368C is #59C973. Grayscale: #616161. Windows color (decimal): -5884276 or 9189030. OLE color: 9189030.

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

Color convert

RGB 166 54 140 -
CMYK 0 0.67 0.16 0.35
HSL 313.93º 0.51% 0.43% -
HSV(B) 313.93º 0.67% 0.65% -
XYZ 21.78 12.64 26.1 -
YUV 97.29 152.11 177.01 -
System Red Green Blue C M Y K H S L
Decimal 166 54 140 0 0.67 0.16 0.35 313.93 0.51 0.43
Hex A6 36 8C 0 43 10 23 13A 33 2B
Octal 246 66 214 0 103 20 43 472 63 53
Binary 10100110 110110 10001100 0 1000011 10000 100011 100111010 110011 101011

Color Harmonies of #A6368C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6368C

Black with #A6368C

Text Example


Text Example

White with #A6368C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6368C; }

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

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

background-color css

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

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

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

border-color css

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

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

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