Html Css Color HEX #A34560 Rouge

📋 copy color: '#A34560'

red 163 ◦ green 69 ◦ blue 96

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

Shades of Rouge #A34560

Tints of Rouge #A34560

RGB

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

 GREEN value IS 69 (27.34% from 255) = 21.04%

 BLUE value IS 96 (37.89% from 255) = 29.27%

R = 49.7%
G = 21.04%
B = 29.27%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.41

 K value IS 0.36

RGB Variations

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

Color information

#A34560 (or 0xA34560) is known color: Rouge. HEX triplet: A3, 45 and 60. RGB value is (163,69,96). Sum of RGB (Red+Green+Blue) = 163+69+96=328 (43% of max value = 765). Red value is 163 (64.06% from 255 or 49.70% from 328); Green value is 69 (27.34% from 255 or 21.04% from 328); Blue value is 96 (37.89% from 255 or 29.27% from 328); Max value from RGB is 163 - color contains mainly: red. Hex color #A34560 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A34560 is #5CBA9F. Grayscale: #646464. Windows color (decimal): -6077088 or 6309283. OLE color: 6309283.

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

Color convert

RGB 163 69 96 -
CMYK 0 0.58 0.41 0.36
HSL 342.77º 0.41% 0.45% -
HSV(B) 342.77º 0.58% 0.64% -
XYZ 19.34 12.89 12.53 -
YUV 100.18 125.64 172.8 -
System Red Green Blue C M Y K H S L
Decimal 163 69 96 0 0.58 0.41 0.36 342.77 0.41 0.45
Hex A3 45 60 0 3A 29 24 157 29 2D
Octal 243 105 140 0 72 51 44 527 51 55
Binary 10100011 1000101 1100000 0 111010 101001 100100 101010111 101001 101101

Color Harmonies of #A34560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A34560

Black with #A34560

Text Example


Text Example

White with #A34560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A34560; }

 p { color: rgb(163,69,96); }

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

background-color css

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

 a { background-color: rgb(163,69,96); }

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

border-color css

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

 span { border-color: rgb(163,69,96); }

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