Html Css Color HEX #A64087 Medium Red Violet

📋 copy color: '#A64087'

red 166 ◦ green 64 ◦ blue 135

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

Shades of Medium Red Violet #A64087

Tints of Medium Red Violet #A64087

RGB

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

 GREEN value IS 64 (25.39% from 255) = 17.53%

 BLUE value IS 135 (53.13% from 255) = 36.99%

R = 45.48%
G = 17.53%
B = 36.99%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.19

 K value IS 0.35

RGB Variations

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

Color information

#A64087 (or 0xA64087) is known color: Medium Red Violet. HEX triplet: A6, 40 and 87. RGB value is (166,64,135). Sum of RGB (Red+Green+Blue) = 166+64+135=365 (48% of max value = 765). Red value is 166 (65.23% from 255 or 45.48% from 365); Green value is 64 (25.39% from 255 or 17.53% from 365); Blue value is 135 (53.12% from 255 or 36.99% from 365); Max value from RGB is 166 - color contains mainly: red. Hex color #A64087 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A64087 is #59BF78. Grayscale: #666666. Windows color (decimal): -5881721 or 8863910. OLE color: 8863910.

HSL color Cylindrical-coordinate representation of color #A64087: hue angle of 318.24º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A64087 is Cyan = 0, Magento = 0.61, Yellow = 0.19 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 64 135 -
CMYK 0 0.61 0.19 0.35
HSL 318.24º 0.44% 0.45% -
HSV(B) 318.24º 0.61% 0.65% -
XYZ 21.93 13.52 24.38 -
YUV 102.59 146.29 173.23 -
System Red Green Blue C M Y K H S L
Decimal 166 64 135 0 0.61 0.19 0.35 318.24 0.44 0.45
Hex A6 40 87 0 3D 13 23 13E 2C 2D
Octal 246 100 207 0 75 23 43 476 54 55
Binary 10100110 1000000 10000111 0 111101 10011 100011 100111110 101100 101101

Color Harmonies of #A64087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64087

Black with #A64087

Text Example


Text Example

White with #A64087

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64087; }

 p { color: rgb(166,64,135); }

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

background-color css

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

 a { background-color: rgb(166,64,135); }

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

border-color css

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

 span { border-color: rgb(166,64,135); }

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