Html Css Color HEX #A6279D Medium Red Violet

📋 copy color: '#A6279D'

red 166 ◦ green 39 ◦ blue 157

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

Shades of Medium Red Violet #A6279D

Tints of Medium Red Violet #A6279D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 43.37%

R = 45.86%
G = 10.77%
B = 43.37%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.05

 K value IS 0.35

RGB Variations

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

Color information

#A6279D (or 0xA6279D) is known color: Medium Red Violet. HEX triplet: A6, 27 and 9D. RGB value is (166,39,157). Sum of RGB (Red+Green+Blue) = 166+39+157=362 (47% of max value = 765). Red value is 166 (65.23% from 255 or 45.86% from 362); Green value is 39 (15.62% from 255 or 10.77% from 362); Blue value is 157 (61.72% from 255 or 43.37% from 362); Max value from RGB is 166 - color contains mainly: red. Hex color #A6279D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A6279D is #59D862. Grayscale: #5A5A5A. Windows color (decimal): -5888099 or 10299302. OLE color: 10299302.

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

Color convert

RGB 166 39 157 -
CMYK 0 0.77 0.05 0.35
HSL 304.25º 0.62% 0.4% -
HSV(B) 304.25º 0.77% 0.65% -
XYZ 22.54 11.99 33.03 -
YUV 90.43 165.58 181.91 -
System Red Green Blue C M Y K H S L
Decimal 166 39 157 0 0.77 0.05 0.35 304.25 0.62 0.4
Hex A6 27 9D 0 4D 5 23 130 3E 28
Octal 246 47 235 0 115 5 43 460 76 50
Binary 10100110 100111 10011101 0 1001101 101 100011 100110000 111110 101000

Color Harmonies of #A6279D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6279D

Black with #A6279D

Text Example


Text Example

White with #A6279D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6279D; }

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

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

background-color css

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

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

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

border-color css

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

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

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