Html Css Color HEX #A34A70 Rouge

📋 copy color: '#A34A70'

red 163 ◦ green 74 ◦ blue 112

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

Shades of Rouge #A34A70

Tints of Rouge #A34A70

RGB

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

 GREEN value IS 74 (29.3% from 255) = 21.2%

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

R = 46.7%
G = 21.2%
B = 32.09%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.31

 K value IS 0.36

RGB Variations

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

Color information

#A34A70 (or 0xA34A70) is known color: Rouge. HEX triplet: A3, 4A and 70. RGB value is (163,74,112). Sum of RGB (Red+Green+Blue) = 163+74+112=349 (46% of max value = 765). Red value is 163 (64.06% from 255 or 46.70% from 349); Green value is 74 (29.30% from 255 or 21.20% from 349); Blue value is 112 (44.14% from 255 or 32.09% from 349); Max value from RGB is 163 - color contains mainly: red. Hex color #A34A70 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A34A70 is #5CB58F. Grayscale: #686868. Windows color (decimal): -6075792 or 7359139. OLE color: 7359139.

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

Color convert

RGB 163 74 112 -
CMYK 0 0.55 0.31 0.36
HSL 334.38º 0.38% 0.46% -
HSV(B) 334.38º 0.55% 0.64% -
XYZ 20.48 13.85 16.92 -
YUV 104.94 131.99 169.41 -
System Red Green Blue C M Y K H S L
Decimal 163 74 112 0 0.55 0.31 0.36 334.38 0.38 0.46
Hex A3 4A 70 0 37 1F 24 14E 26 2E
Octal 243 112 160 0 67 37 44 516 46 56
Binary 10100011 1001010 1110000 0 110111 11111 100100 101001110 100110 101110

Color Harmonies of #A34A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A34A70

Black with #A34A70

Text Example


Text Example

White with #A34A70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A34A70; }

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

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

background-color css

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

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

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

border-color css

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

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

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