Html Css Color HEX #A34461 Rouge

📋 copy color: '#A34461'

red 163 ◦ green 68 ◦ blue 97

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

Shades of Rouge #A34461

Tints of Rouge #A34461

RGB

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

 GREEN value IS 68 (26.95% from 255) = 20.73%

 BLUE value IS 97 (38.28% from 255) = 29.57%

R = 49.7%
G = 20.73%
B = 29.57%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.40

 K value IS 0.36

RGB Variations

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

Color information

#A34461 (or 0xA34461) is known color: Rouge. HEX triplet: A3, 44 and 61. RGB value is (163,68,97). Sum of RGB (Red+Green+Blue) = 163+68+97=328 (43% of max value = 765). Red value is 163 (64.06% from 255 or 49.70% from 328); Green value is 68 (26.95% from 255 or 20.73% from 328); Blue value is 97 (38.28% from 255 or 29.57% from 328); Max value from RGB is 163 - color contains mainly: red. Hex color #A34461 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A34461 is #5CBB9E. Grayscale: #636363. Windows color (decimal): -6077343 or 6374563. OLE color: 6374563.

HSL color Cylindrical-coordinate representation of color #A34461: hue angle of 341.68º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A34461 is Cyan = 0, Magento = 0.58, Yellow = 0.40 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 68 97 -
CMYK 0 0.58 0.40 0.36
HSL 341.68º 0.41% 0.45% -
HSV(B) 341.68º 0.58% 0.64% -
XYZ 19.33 12.78 12.76 -
YUV 99.71 126.47 173.14 -
System Red Green Blue C M Y K H S L
Decimal 163 68 97 0 0.58 0.40 0.36 341.68 0.41 0.45
Hex A3 44 61 0 3A 28 24 156 29 2D
Octal 243 104 141 0 72 50 44 526 51 55
Binary 10100011 1000100 1100001 0 111010 101000 100100 101010110 101001 101101

Color Harmonies of #A34461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A34461

Black with #A34461

Text Example


Text Example

White with #A34461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A34461; }

 p { color: rgb(163,68,97); }

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

background-color css

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

 a { background-color: rgb(163,68,97); }

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

border-color css

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

 span { border-color: rgb(163,68,97); }

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