Html Css Color HEX #A6269B Medium Red Violet

📋 copy color: '#A6269B'

red 166 ◦ green 38 ◦ blue 155

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

Shades of Medium Red Violet #A6269B

Tints of Medium Red Violet #A6269B

RGB

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

 GREEN value IS 38 (15.23% from 255) = 10.58%

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

R = 46.24%
G = 10.58%
B = 43.18%

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

#A6269B (or 0xA6269B) is known color: Medium Red Violet. HEX triplet: A6, 26 and 9B. RGB value is (166,38,155). Sum of RGB (Red+Green+Blue) = 166+38+155=359 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.24% from 359); Green value is 38 (15.23% from 255 or 10.58% from 359); Blue value is 155 (60.94% from 255 or 43.18% from 359); Max value from RGB is 166 - color contains mainly: red. Hex color #A6269B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A6269B is #59D964. Grayscale: #595959. Windows color (decimal): -5888357 or 10167974. OLE color: 10167974.

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

Color convert

RGB 166 38 155 -
CMYK 0 0.77 0.07 0.35
HSL 305.16º 0.63% 0.4% -
HSV(B) 305.16º 0.77% 0.65% -
XYZ 22.34 11.86 32.12 -
YUV 89.61 164.91 182.49 -
System Red Green Blue C M Y K H S L
Decimal 166 38 155 0 0.77 0.07 0.35 305.16 0.63 0.4
Hex A6 26 9B 0 4D 7 23 131 3F 28
Octal 246 46 233 0 115 7 43 461 77 50
Binary 10100110 100110 10011011 0 1001101 111 100011 100110001 111111 101000

Color Harmonies of #A6269B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6269B

Black with #A6269B

Text Example


Text Example

White with #A6269B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6269B; }

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

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

background-color css

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

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

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

border-color css

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

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

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