Html Css Color HEX #A6368A Medium Red Violet

📋 copy color: '#A6368A'

red 166 ◦ green 54 ◦ blue 138

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

Shades of Medium Red Violet #A6368A

Tints of Medium Red Violet #A6368A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 38.55%

R = 46.37%
G = 15.08%
B = 38.55%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.17

 K value IS 0.35

RGB Variations

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

Color information

#A6368A (or 0xA6368A) is known color: Medium Red Violet. HEX triplet: A6, 36 and 8A. RGB value is (166,54,138). Sum of RGB (Red+Green+Blue) = 166+54+138=358 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.37% from 358); Green value is 54 (21.48% from 255 or 15.08% from 358); Blue value is 138 (54.30% from 255 or 38.55% from 358); Max value from RGB is 166 - color contains mainly: red. Hex color #A6368A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A6368A is #59C975. Grayscale: #606060. Windows color (decimal): -5884278 or 9057958. OLE color: 9057958.

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

Color convert

RGB 166 54 138 -
CMYK 0 0.67 0.17 0.35
HSL 315º 0.51% 0.43% -
HSV(B) 315º 0.67% 0.65% -
XYZ 21.63 12.58 25.33 -
YUV 97.06 151.11 177.17 -
System Red Green Blue C M Y K H S L
Decimal 166 54 138 0 0.67 0.17 0.35 315 0.51 0.43
Hex A6 36 8A 0 43 11 23 13B 33 2B
Octal 246 66 212 0 103 21 43 473 63 53
Binary 10100110 110110 10001010 0 1000011 10001 100011 100111011 110011 101011

Color Harmonies of #A6368A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6368A

Black with #A6368A

Text Example


Text Example

White with #A6368A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6368A; }

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

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

background-color css

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

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

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

border-color css

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

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

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