Html Css Color HEX #A34871 Rouge

📋 copy color: '#A34871'

red 163 ◦ green 72 ◦ blue 113

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

Shades of Rouge #A34871

Tints of Rouge #A34871

RGB

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

 GREEN value IS 72 (28.52% from 255) = 20.69%

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

R = 46.84%
G = 20.69%
B = 32.47%

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

#A34871 (or 0xA34871) is known color: Rouge. HEX triplet: A3, 48 and 71. RGB value is (163,72,113). Sum of RGB (Red+Green+Blue) = 163+72+113=348 (46% of max value = 765). Red value is 163 (64.06% from 255 or 46.84% from 348); Green value is 72 (28.52% from 255 or 20.69% from 348); Blue value is 113 (44.53% from 255 or 32.47% from 348); Max value from RGB is 163 - color contains mainly: red. Hex color #A34871 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A34871 is #5CB78E. Grayscale: #676767. Windows color (decimal): -6076303 or 7424163. OLE color: 7424163.

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

Color convert

RGB 163 72 113 -
CMYK 0 0.56 0.31 0.36
HSL 332.97º 0.39% 0.46% -
HSV(B) 332.97º 0.56% 0.64% -
XYZ 20.4 13.61 17.18 -
YUV 103.88 133.15 170.17 -
System Red Green Blue C M Y K H S L
Decimal 163 72 113 0 0.56 0.31 0.36 332.97 0.39 0.46
Hex A3 48 71 0 38 1F 24 14D 27 2E
Octal 243 110 161 0 70 37 44 515 47 56
Binary 10100011 1001000 1110001 0 111000 11111 100100 101001101 100111 101110

Color Harmonies of #A34871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A34871

Black with #A34871

Text Example


Text Example

White with #A34871

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A34871; }

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

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

background-color css

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

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

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

border-color css

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

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

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