Html Css Color HEX #A34770 Rouge

📋 copy color: '#A34770'

red 163 ◦ green 71 ◦ blue 112

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

Shades of Rouge #A34770

Tints of Rouge #A34770

RGB

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

 GREEN value IS 71 (28.13% from 255) = 20.52%

 BLUE value IS 112 (44.14% from 255) = 32.37%

R = 47.11%
G = 20.52%
B = 32.37%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.31

 K value IS 0.36

RGB Variations

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

Color information

#A34770 (or 0xA34770) is known color: Rouge. HEX triplet: A3, 47 and 70. RGB value is (163,71,112). Sum of RGB (Red+Green+Blue) = 163+71+112=346 (45% of max value = 765). Red value is 163 (64.06% from 255 or 47.11% from 346); Green value is 71 (28.12% from 255 or 20.52% from 346); Blue value is 112 (44.14% from 255 or 32.37% from 346); Max value from RGB is 163 - color contains mainly: red. Hex color #A34770 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A34770 is #5CB88F. Grayscale: #676767. Windows color (decimal): -6076560 or 7358371. OLE color: 7358371.

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

Color convert

RGB 163 71 112 -
CMYK 0 0.56 0.31 0.36
HSL 333.26º 0.39% 0.46% -
HSV(B) 333.26º 0.56% 0.64% -
XYZ 20.28 13.46 16.86 -
YUV 103.18 132.98 170.67 -
System Red Green Blue C M Y K H S L
Decimal 163 71 112 0 0.56 0.31 0.36 333.26 0.39 0.46
Hex A3 47 70 0 38 1F 24 14D 27 2E
Octal 243 107 160 0 70 37 44 515 47 56
Binary 10100011 1000111 1110000 0 111000 11111 100100 101001101 100111 101110

Color Harmonies of #A34770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A34770

Black with #A34770

Text Example


Text Example

White with #A34770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A34770; }

 p { color: rgb(163,71,112); }

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

background-color css

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

 a { background-color: rgb(163,71,112); }

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

border-color css

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

 span { border-color: rgb(163,71,112); }

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