Html Css Color HEX #A64290 Medium Red Violet

📋 copy color: '#A64290'

red 166 ◦ green 66 ◦ blue 144

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

Shades of Medium Red Violet #A64290

Tints of Medium Red Violet #A64290

RGB

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

 GREEN value IS 66 (26.17% from 255) = 17.55%

 BLUE value IS 144 (56.64% from 255) = 38.3%

R = 44.15%
G = 17.55%
B = 38.3%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.13

 K value IS 0.35

RGB Variations

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

Color information

#A64290 (or 0xA64290) is known color: Medium Red Violet. HEX triplet: A6, 42 and 90. RGB value is (166,66,144). Sum of RGB (Red+Green+Blue) = 166+66+144=376 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.15% from 376); Green value is 66 (26.17% from 255 or 17.55% from 376); Blue value is 144 (56.64% from 255 or 38.30% from 376); Max value from RGB is 166 - color contains mainly: red. Hex color #A64290 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A64290 is #59BD6F. Grayscale: #686868. Windows color (decimal): -5881200 or 9454246. OLE color: 9454246.

HSL color Cylindrical-coordinate representation of color #A64290: hue angle of 313.2º degrees, saturation: 0.43, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A64290 is Cyan = 0, Magento = 0.60, Yellow = 0.13 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 66 144 -
CMYK 0 0.60 0.13 0.35
HSL 313.2º 0.43% 0.45% -
HSV(B) 313.2º 0.6% 0.65% -
XYZ 22.71 14.02 27.89 -
YUV 104.79 150.13 171.66 -
System Red Green Blue C M Y K H S L
Decimal 166 66 144 0 0.60 0.13 0.35 313.2 0.43 0.45
Hex A6 42 90 0 3C D 23 139 2B 2D
Octal 246 102 220 0 74 15 43 471 53 55
Binary 10100110 1000010 10010000 0 111100 1101 100011 100111001 101011 101101

Color Harmonies of #A64290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64290

Black with #A64290

Text Example


Text Example

White with #A64290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64290; }

 p { color: rgb(166,66,144); }

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

background-color css

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

 a { background-color: rgb(166,66,144); }

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

border-color css

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

 span { border-color: rgb(166,66,144); }

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