Html Css Color HEX #A6279B Medium Red Violet

📋 copy color: '#A6279B'

red 166 ◦ green 39 ◦ blue 155

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

Shades of Medium Red Violet #A6279B

Tints of Medium Red Violet #A6279B

RGB

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

 GREEN value IS 39 (15.63% from 255) = 10.83%

 BLUE value IS 155 (60.94% from 255) = 43.06%

R = 46.11%
G = 10.83%
B = 43.06%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.07

 K value IS 0.35

RGB Variations

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

Color information

#A6279B (or 0xA6279B) is known color: Medium Red Violet. HEX triplet: A6, 27 and 9B. RGB value is (166,39,155). Sum of RGB (Red+Green+Blue) = 166+39+155=360 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.11% from 360); Green value is 39 (15.62% from 255 or 10.83% from 360); Blue value is 155 (60.94% from 255 or 43.06% from 360); Max value from RGB is 166 - color contains mainly: red. Hex color #A6279B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A6279B is #59D864. Grayscale: #595959. Windows color (decimal): -5888101 or 10168230. OLE color: 10168230.

HSL color Cylindrical-coordinate representation of color #A6279B: hue angle of 305.2º degrees, saturation: 0.62, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A6279B is Cyan = 0, Magento = 0.77, Yellow = 0.07 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 39 155 -
CMYK 0 0.77 0.07 0.35
HSL 305.2º 0.62% 0.4% -
HSV(B) 305.2º 0.77% 0.65% -
XYZ 22.37 11.92 32.13 -
YUV 90.2 164.58 182.07 -
System Red Green Blue C M Y K H S L
Decimal 166 39 155 0 0.77 0.07 0.35 305.2 0.62 0.4
Hex A6 27 9B 0 4D 7 23 131 3E 28
Octal 246 47 233 0 115 7 43 461 76 50
Binary 10100110 100111 10011011 0 1001101 111 100011 100110001 111110 101000

Color Harmonies of #A6279B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6279B

Black with #A6279B

Text Example


Text Example

White with #A6279B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6279B; }

 p { color: rgb(166,39,155); }

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

background-color css

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

 a { background-color: rgb(166,39,155); }

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

border-color css

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

 span { border-color: rgb(166,39,155); }

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