Html Css Color HEX #A34663 Rouge

📋 copy color: '#A34663'

red 163 ◦ green 70 ◦ blue 99

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

Shades of Rouge #A34663

Tints of Rouge #A34663

RGB

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

 GREEN value IS 70 (27.73% from 255) = 21.08%

 BLUE value IS 99 (39.06% from 255) = 29.82%

R = 49.1%
G = 21.08%
B = 29.82%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.39

 K value IS 0.36

RGB Variations

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

Color information

#A34663 (or 0xA34663) is known color: Rouge. HEX triplet: A3, 46 and 63. RGB value is (163,70,99). Sum of RGB (Red+Green+Blue) = 163+70+99=332 (43% of max value = 765). Red value is 163 (64.06% from 255 or 49.10% from 332); Green value is 70 (27.73% from 255 or 21.08% from 332); Blue value is 99 (39.06% from 255 or 29.82% from 332); Max value from RGB is 163 - color contains mainly: red. Hex color #A34663 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A34663 is #5CB99C. Grayscale: #656565. Windows color (decimal): -6076829 or 6506147. OLE color: 6506147.

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

Color convert

RGB 163 70 99 -
CMYK 0 0.57 0.39 0.36
HSL 341.29º 0.4% 0.46% -
HSV(B) 341.29º 0.57% 0.64% -
XYZ 19.55 13.07 13.3 -
YUV 101.11 126.81 172.14 -
System Red Green Blue C M Y K H S L
Decimal 163 70 99 0 0.57 0.39 0.36 341.29 0.4 0.46
Hex A3 46 63 0 39 27 24 155 28 2E
Octal 243 106 143 0 71 47 44 525 50 56
Binary 10100011 1000110 1100011 0 111001 100111 100100 101010101 101000 101110

Color Harmonies of #A34663

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A34663

Black with #A34663

Text Example


Text Example

White with #A34663

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A34663; }

 p { color: rgb(163,70,99); }

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

background-color css

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

 a { background-color: rgb(163,70,99); }

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

border-color css

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

 span { border-color: rgb(163,70,99); }

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