Html Css Color HEX #A64071 Rouge

📋 copy color: '#A64071'

red 166 ◦ green 64 ◦ blue 113

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

Shades of Rouge #A64071

Tints of Rouge #A64071

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 32.94%

R = 48.4%
G = 18.66%
B = 32.94%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.32

 K value IS 0.35

RGB Variations

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

Color information

#A64071 (or 0xA64071) is known color: Rouge. HEX triplet: A6, 40 and 71. RGB value is (166,64,113). Sum of RGB (Red+Green+Blue) = 166+64+113=343 (45% of max value = 765). Red value is 166 (65.23% from 255 or 48.40% from 343); Green value is 64 (25.39% from 255 or 18.66% from 343); Blue value is 113 (44.53% from 255 or 32.94% from 343); Max value from RGB is 166 - color contains mainly: red. Hex color #A64071 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A64071 is #59BF8E. Grayscale: #636363. Windows color (decimal): -5881743 or 7422118. OLE color: 7422118.

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

Color convert

RGB 166 64 113 -
CMYK 0 0.61 0.32 0.35
HSL 331.18º 0.44% 0.45% -
HSV(B) 331.18º 0.61% 0.65% -
XYZ 20.54 12.97 17.04 -
YUV 100.08 135.29 175.02 -
System Red Green Blue C M Y K H S L
Decimal 166 64 113 0 0.61 0.32 0.35 331.18 0.44 0.45
Hex A6 40 71 0 3D 20 23 14B 2C 2D
Octal 246 100 161 0 75 40 43 513 54 55
Binary 10100110 1000000 1110001 0 111101 100000 100011 101001011 101100 101101

Color Harmonies of #A64071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64071

Black with #A64071

Text Example


Text Example

White with #A64071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64071; }

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

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

background-color css

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

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

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

border-color css

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

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

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