Html Css Color HEX #A64289 Medium Red Violet

📋 copy color: '#A64289'

red 166 ◦ green 66 ◦ blue 137

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

Shades of Medium Red Violet #A64289

Tints of Medium Red Violet #A64289

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 37.13%

R = 44.99%
G = 17.89%
B = 37.13%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.17

 K value IS 0.35

RGB Variations

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

Color information

#A64289 (or 0xA64289) is known color: Medium Red Violet. HEX triplet: A6, 42 and 89. RGB value is (166,66,137). Sum of RGB (Red+Green+Blue) = 166+66+137=369 (48% of max value = 765). Red value is 166 (65.23% from 255 or 44.99% from 369); Green value is 66 (26.17% from 255 or 17.89% from 369); Blue value is 137 (53.91% from 255 or 37.13% from 369); Max value from RGB is 166 - color contains mainly: red. Hex color #A64289 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A64289 is #59BD76. Grayscale: #676767. Windows color (decimal): -5881207 or 8995494. OLE color: 8995494.

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

Color convert

RGB 166 66 137 -
CMYK 0 0.60 0.17 0.35
HSL 317.4º 0.43% 0.45% -
HSV(B) 317.4º 0.6% 0.65% -
XYZ 22.19 13.81 25.16 -
YUV 103.99 146.63 172.23 -
System Red Green Blue C M Y K H S L
Decimal 166 66 137 0 0.60 0.17 0.35 317.4 0.43 0.45
Hex A6 42 89 0 3C 11 23 13D 2B 2D
Octal 246 102 211 0 74 21 43 475 53 55
Binary 10100110 1000010 10001001 0 111100 10001 100011 100111101 101011 101101

Color Harmonies of #A64289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64289

Black with #A64289

Text Example


Text Example

White with #A64289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64289; }

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

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

background-color css

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

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

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

border-color css

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

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

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