Html Css Color HEX #A6269C Medium Red Violet

📋 copy color: '#A6269C'

red 166 ◦ green 38 ◦ blue 156

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

Shades of Medium Red Violet #A6269C

Tints of Medium Red Violet #A6269C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 43.33%

R = 46.11%
G = 10.56%
B = 43.33%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.06

 K value IS 0.35

RGB Variations

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

Color information

#A6269C (or 0xA6269C) is known color: Medium Red Violet. HEX triplet: A6, 26 and 9C. RGB value is (166,38,156). Sum of RGB (Red+Green+Blue) = 166+38+156=360 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.11% from 360); Green value is 38 (15.23% from 255 or 10.56% from 360); Blue value is 156 (61.33% from 255 or 43.33% from 360); Max value from RGB is 166 - color contains mainly: red. Hex color #A6269C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A6269C is #59D963. Grayscale: #595959. Windows color (decimal): -5888356 or 10233510. OLE color: 10233510.

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

Color convert

RGB 166 38 156 -
CMYK 0 0.77 0.06 0.35
HSL 304.69º 0.63% 0.4% -
HSV(B) 304.69º 0.77% 0.65% -
XYZ 22.42 11.89 32.57 -
YUV 89.72 165.41 182.41 -
System Red Green Blue C M Y K H S L
Decimal 166 38 156 0 0.77 0.06 0.35 304.69 0.63 0.4
Hex A6 26 9C 0 4D 6 23 131 3F 28
Octal 246 46 234 0 115 6 43 461 77 50
Binary 10100110 100110 10011100 0 1001101 110 100011 100110001 111111 101000

Color Harmonies of #A6269C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6269C

Black with #A6269C

Text Example


Text Example

White with #A6269C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6269C; }

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

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

background-color css

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

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

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

border-color css

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

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

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