Html Css Color HEX #A34671 Rouge

📋 copy color: '#A34671'

red 163 ◦ green 70 ◦ blue 113

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

Shades of Rouge #A34671

Tints of Rouge #A34671

RGB

 RED value IS 163 (64.06% from 255) = 47.11%

 GREEN value IS 70 (27.73% from 255) = 20.23%

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

R = 47.11%
G = 20.23%
B = 32.66%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.31

 K value IS 0.36

RGB Variations

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

Color information

#A34671 (or 0xA34671) is known color: Rouge. HEX triplet: A3, 46 and 71. RGB value is (163,70,113). Sum of RGB (Red+Green+Blue) = 163+70+113=346 (45% of max value = 765). Red value is 163 (64.06% from 255 or 47.11% from 346); Green value is 70 (27.73% from 255 or 20.23% from 346); Blue value is 113 (44.53% from 255 or 32.66% from 346); Max value from RGB is 163 - color contains mainly: red. Hex color #A34671 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A34671 is #5CB98E. Grayscale: #666666. Windows color (decimal): -6076815 or 7423651. OLE color: 7423651.

HSL color Cylindrical-coordinate representation of color #A34671: hue angle of 332.26º degrees, saturation: 0.4, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A34671 is Cyan = 0, Magento = 0.57, Yellow = 0.31 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 70 113 -
CMYK 0 0.57 0.31 0.36
HSL 332.26º 0.4% 0.46% -
HSV(B) 332.26º 0.57% 0.64% -
XYZ 20.28 13.36 17.13 -
YUV 102.71 133.81 171 -
System Red Green Blue C M Y K H S L
Decimal 163 70 113 0 0.57 0.31 0.36 332.26 0.4 0.46
Hex A3 46 71 0 39 1F 24 14C 28 2E
Octal 243 106 161 0 71 37 44 514 50 56
Binary 10100011 1000110 1110001 0 111001 11111 100100 101001100 101000 101110

Color Harmonies of #A34671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A34671

Black with #A34671

Text Example


Text Example

White with #A34671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A34671; }

 p { color: rgb(163,70,113); }

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

background-color css

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

 a { background-color: rgb(163,70,113); }

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

border-color css

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

 span { border-color: rgb(163,70,113); }

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