Html Css Color HEX #A6269A Medium Red Violet

📋 copy color: '#A6269A'

red 166 ◦ green 38 ◦ blue 154

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

Shades of Medium Red Violet #A6269A

Tints of Medium Red Violet #A6269A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 43.02%

R = 46.37%
G = 10.61%
B = 43.02%

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

#A6269A (or 0xA6269A) is known color: Medium Red Violet. HEX triplet: A6, 26 and 9A. RGB value is (166,38,154). Sum of RGB (Red+Green+Blue) = 166+38+154=358 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.37% from 358); Green value is 38 (15.23% from 255 or 10.61% from 358); Blue value is 154 (60.55% from 255 or 43.02% from 358); Max value from RGB is 166 - color contains mainly: red. Hex color #A6269A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A6269A is #59D965. Grayscale: #595959. Windows color (decimal): -5888358 or 10102438. OLE color: 10102438.

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

Color convert

RGB 166 38 154 -
CMYK 0 0.77 0.07 0.35
HSL 305.63º 0.63% 0.4% -
HSV(B) 305.63º 0.77% 0.65% -
XYZ 22.25 11.83 31.68 -
YUV 89.5 164.41 182.57 -
System Red Green Blue C M Y K H S L
Decimal 166 38 154 0 0.77 0.07 0.35 305.63 0.63 0.4
Hex A6 26 9A 0 4D 7 23 132 3F 28
Octal 246 46 232 0 115 7 43 462 77 50
Binary 10100110 100110 10011010 0 1001101 111 100011 100110010 111111 101000

Color Harmonies of #A6269A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6269A

Black with #A6269A

Text Example


Text Example

White with #A6269A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6269A; }

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

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

background-color css

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

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

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

border-color css

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

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

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