Html Css Color HEX #A6258D Medium Red Violet

📋 copy color: '#A6258D'

red 166 ◦ green 37 ◦ blue 141

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

Shades of Medium Red Violet #A6258D

Tints of Medium Red Violet #A6258D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 40.99%

R = 48.26%
G = 10.76%
B = 40.99%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.15

 K value IS 0.35

RGB Variations

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

Color information

#A6258D (or 0xA6258D) is known color: Medium Red Violet. HEX triplet: A6, 25 and 8D. RGB value is (166,37,141). Sum of RGB (Red+Green+Blue) = 166+37+141=344 (45% of max value = 765). Red value is 166 (65.23% from 255 or 48.26% from 344); Green value is 37 (14.84% from 255 or 10.76% from 344); Blue value is 141 (55.47% from 255 or 40.99% from 344); Max value from RGB is 166 - color contains mainly: red. Hex color #A6258D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A6258D is #59DA72. Grayscale: #575757. Windows color (decimal): -5888627 or 9250214. OLE color: 9250214.

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

Color convert

RGB 166 37 141 -
CMYK 0 0.78 0.15 0.35
HSL 311.63º 0.64% 0.4% -
HSV(B) 311.63º 0.78% 0.65% -
XYZ 21.2 11.35 26.27 -
YUV 87.43 158.24 184.04 -
System Red Green Blue C M Y K H S L
Decimal 166 37 141 0 0.78 0.15 0.35 311.63 0.64 0.4
Hex A6 25 8D 0 4E F 23 138 40 28
Octal 246 45 215 0 116 17 43 470 100 50
Binary 10100110 100101 10001101 0 1001110 1111 100011 100111000 1000000 101000

Color Harmonies of #A6258D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6258D

Black with #A6258D

Text Example


Text Example

White with #A6258D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6258D; }

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

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

background-color css

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

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

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

border-color css

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

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

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