Html Css Color HEX #A6257E Medium Red Violet

📋 copy color: '#A6257E'

red 166 ◦ green 37 ◦ blue 126

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

Shades of Medium Red Violet #A6257E

Tints of Medium Red Violet #A6257E

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.25%

 BLUE value IS 126 (49.61% from 255) = 38.3%

R = 50.46%
G = 11.25%
B = 38.3%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.24

 K value IS 0.35

RGB Variations

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

Color information

#A6257E (or 0xA6257E) is known color: Medium Red Violet. HEX triplet: A6, 25 and 7E. RGB value is (166,37,126). Sum of RGB (Red+Green+Blue) = 166+37+126=329 (43% of max value = 765). Red value is 166 (65.23% from 255 or 50.46% from 329); Green value is 37 (14.84% from 255 or 11.25% from 329); Blue value is 126 (49.61% from 255 or 38.30% from 329); Max value from RGB is 166 - color contains mainly: red. Hex color #A6257E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A6257E is #59DA81. Grayscale: #555555. Windows color (decimal): -5888642 or 8267174. OLE color: 8267174.

HSL color Cylindrical-coordinate representation of color #A6257E: hue angle of 318.6º degrees, saturation: 0.64, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A6257E is Cyan = 0, Magento = 0.78, Yellow = 0.24 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 37 126 -
CMYK 0 0.78 0.24 0.35
HSL 318.6º 0.64% 0.4% -
HSV(B) 318.6º 0.78% 0.65% -
XYZ 20.15 10.94 20.79 -
YUV 85.72 150.74 185.26 -
System Red Green Blue C M Y K H S L
Decimal 166 37 126 0 0.78 0.24 0.35 318.6 0.64 0.4
Hex A6 25 7E 0 4E 18 23 13F 40 28
Octal 246 45 176 0 116 30 43 477 100 50
Binary 10100110 100101 1111110 0 1001110 11000 100011 100111111 1000000 101000

Color Harmonies of #A6257E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6257E

Black with #A6257E

Text Example


Text Example

White with #A6257E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6257E; }

 p { color: rgb(166,37,126); }

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

background-color css

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

 a { background-color: rgb(166,37,126); }

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

border-color css

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

 span { border-color: rgb(166,37,126); }

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