Html Css Color HEX #A6338B Medium Red Violet

📋 copy color: '#A6338B'

red 166 ◦ green 51 ◦ blue 139

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

Shades of Medium Red Violet #A6338B

Tints of Medium Red Violet #A6338B

RGB

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

 GREEN value IS 51 (20.31% from 255) = 14.33%

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

R = 46.63%
G = 14.33%
B = 39.04%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.16

 K value IS 0.35

RGB Variations

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

Color information

#A6338B (or 0xA6338B) is known color: Medium Red Violet. HEX triplet: A6, 33 and 8B. RGB value is (166,51,139). Sum of RGB (Red+Green+Blue) = 166+51+139=356 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.63% from 356); Green value is 51 (20.31% from 255 or 14.33% from 356); Blue value is 139 (54.69% from 255 or 39.04% from 356); Max value from RGB is 166 - color contains mainly: red. Hex color #A6338B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A6338B is #59CC74. Grayscale: #5F5F5F. Windows color (decimal): -5885045 or 9122726. OLE color: 9122726.

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

Color convert

RGB 166 51 139 -
CMYK 0 0.69 0.16 0.35
HSL 314.09º 0.53% 0.43% -
HSV(B) 314.09º 0.69% 0.65% -
XYZ 21.57 12.34 25.67 -
YUV 95.42 152.6 178.34 -
System Red Green Blue C M Y K H S L
Decimal 166 51 139 0 0.69 0.16 0.35 314.09 0.53 0.43
Hex A6 33 8B 0 45 10 23 13A 35 2B
Octal 246 63 213 0 105 20 43 472 65 53
Binary 10100110 110011 10001011 0 1000101 10000 100011 100111010 110101 101011

Color Harmonies of #A6338B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6338B

Black with #A6338B

Text Example


Text Example

White with #A6338B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6338B; }

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

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

background-color css

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

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

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

border-color css

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

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

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