Html Css Color HEX #A64B8B Medium Red Violet

📋 copy color: '#A64B8B'

red 166 ◦ green 75 ◦ blue 139

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

Shades of Medium Red Violet #A64B8B

Tints of Medium Red Violet #A64B8B

RGB

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

 GREEN value IS 75 (29.69% from 255) = 19.74%

 BLUE value IS 139 (54.69% from 255) = 36.58%

R = 43.68%
G = 19.74%
B = 36.58%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.16

 K value IS 0.35

RGB Variations

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

Color information

#A64B8B (or 0xA64B8B) is known color: Medium Red Violet. HEX triplet: A6, 4B and 8B. RGB value is (166,75,139). Sum of RGB (Red+Green+Blue) = 166+75+139=380 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.68% from 380); Green value is 75 (29.69% from 255 or 19.74% from 380); Blue value is 139 (54.69% from 255 or 36.58% from 380); Max value from RGB is 166 - color contains mainly: red. Hex color #A64B8B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A64B8B is #59B474. Grayscale: #6D6D6D. Windows color (decimal): -5878901 or 9128870. OLE color: 9128870.

HSL color Cylindrical-coordinate representation of color #A64B8B: hue angle of 317.8º degrees, saturation: 0.38, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A64B8B is Cyan = 0, Magento = 0.55, Yellow = 0.16 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 75 139 -
CMYK 0 0.55 0.16 0.35
HSL 317.8º 0.38% 0.47% -
HSV(B) 317.8º 0.55% 0.65% -
XYZ 22.9 15 26.11 -
YUV 109.51 144.65 168.3 -
System Red Green Blue C M Y K H S L
Decimal 166 75 139 0 0.55 0.16 0.35 317.8 0.38 0.47
Hex A6 4B 8B 0 37 10 23 13E 26 2F
Octal 246 113 213 0 67 20 43 476 46 57
Binary 10100110 1001011 10001011 0 110111 10000 100011 100111110 100110 101111

Color Harmonies of #A64B8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64B8B

Black with #A64B8B

Text Example


Text Example

White with #A64B8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64B8B; }

 p { color: rgb(166,75,139); }

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

background-color css

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

 a { background-color: rgb(166,75,139); }

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

border-color css

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

 span { border-color: rgb(166,75,139); }

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