Html Css Color HEX #A34772 Rouge

📋 copy color: '#A34772'

red 163 ◦ green 71 ◦ blue 114

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

Shades of Rouge #A34772

Tints of Rouge #A34772

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 32.76%

R = 46.84%
G = 20.4%
B = 32.76%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.30

 K value IS 0.36

RGB Variations

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

Color information

#A34772 (or 0xA34772) is known color: Rouge. HEX triplet: A3, 47 and 72. RGB value is (163,71,114). Sum of RGB (Red+Green+Blue) = 163+71+114=348 (46% of max value = 765). Red value is 163 (64.06% from 255 or 46.84% from 348); Green value is 71 (28.12% from 255 or 20.40% from 348); Blue value is 114 (44.92% from 255 or 32.76% from 348); Max value from RGB is 163 - color contains mainly: red. Hex color #A34772 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A34772 is #5CB88D. Grayscale: #676767. Windows color (decimal): -6076558 or 7489443. OLE color: 7489443.

HSL color Cylindrical-coordinate representation of color #A34772: hue angle of 331.96º 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 #A34772 is Cyan = 0, Magento = 0.56, Yellow = 0.30 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 71 114 -
CMYK 0 0.56 0.30 0.36
HSL 331.96º 0.39% 0.46% -
HSV(B) 331.96º 0.56% 0.64% -
XYZ 20.39 13.51 17.45 -
YUV 103.41 133.98 170.5 -
System Red Green Blue C M Y K H S L
Decimal 163 71 114 0 0.56 0.30 0.36 331.96 0.39 0.46
Hex A3 47 72 0 38 1E 24 14C 27 2E
Octal 243 107 162 0 70 36 44 514 47 56
Binary 10100011 1000111 1110010 0 111000 11110 100100 101001100 100111 101110

Color Harmonies of #A34772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A34772

Black with #A34772

Text Example


Text Example

White with #A34772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A34772; }

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

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

background-color css

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

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

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

border-color css

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

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

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