Html Css Color HEX #A6227D Medium Red Violet

📋 copy color: '#A6227D'

red 166 ◦ green 34 ◦ blue 125

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

Shades of Medium Red Violet #A6227D

Tints of Medium Red Violet #A6227D

RGB

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

 GREEN value IS 34 (13.67% from 255) = 10.46%

 BLUE value IS 125 (49.22% from 255) = 38.46%

R = 51.08%
G = 10.46%
B = 38.46%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.25

 K value IS 0.35

RGB Variations

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

Color information

#A6227D (or 0xA6227D) is known color: Medium Red Violet. HEX triplet: A6, 22 and 7D. RGB value is (166,34,125). Sum of RGB (Red+Green+Blue) = 166+34+125=325 (43% of max value = 765). Red value is 166 (65.23% from 255 or 51.08% from 325); Green value is 34 (13.67% from 255 or 10.46% from 325); Blue value is 125 (49.22% from 255 or 38.46% from 325); Max value from RGB is 166 - color contains mainly: red. Hex color #A6227D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A6227D is #59DD82. Grayscale: #535353. Windows color (decimal): -5889411 or 8200870. OLE color: 8200870.

HSL color Cylindrical-coordinate representation of color #A6227D: hue angle of 318.64º degrees, saturation: 0.66, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A6227D is Cyan = 0, Magento = 0.80, Yellow = 0.25 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 34 125 -
CMYK 0 0.80 0.25 0.35
HSL 318.64º 0.66% 0.39% -
HSV(B) 318.64º 0.8% 0.65% -
XYZ 20 10.73 20.42 -
YUV 83.84 151.23 186.6 -
System Red Green Blue C M Y K H S L
Decimal 166 34 125 0 0.80 0.25 0.35 318.64 0.66 0.39
Hex A6 22 7D 0 50 19 23 13F 42 27
Octal 246 42 175 0 120 31 43 477 102 47
Binary 10100110 100010 1111101 0 1010000 11001 100011 100111111 1000010 100111

Color Harmonies of #A6227D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6227D

Black with #A6227D

Text Example


Text Example

White with #A6227D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6227D; }

 p { color: rgb(166,34,125); }

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

background-color css

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

 a { background-color: rgb(166,34,125); }

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

border-color css

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

 span { border-color: rgb(166,34,125); }

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